Searched defs:cipher_algorithm (Results 1 – 3 of 3) sorted by relevance
48 struct cipher_algorithm { struct50 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,
74 SECOidTag cipher_algorithm = in DeriveKeyFromPassword() local
1053 const char* cipher_algorithm; member