Home
last modified time | relevance | path

Searched defs:cipher_algorithm (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dcrypto.h48 struct cipher_algorithm { struct
50 const char *name;
52 size_t ctxsize;
54 size_t blocksize;
62 int ( * setkey ) ( void *ctx, const void *key, size_t keylen );
68 void ( * setiv ) ( void *ctx, const void *iv );
78 void ( * encrypt ) ( void *ctx, const void *src, void *dst,
89 void ( * decrypt ) ( void *ctx, const void *src, void *dst,
/external/libchrome/crypto/
Dsymmetric_key_nss.cc74 SECOidTag cipher_algorithm = in DeriveKeyFromPassword() local
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1053 const char* cipher_algorithm; member