Lines Matching defs:key

199 static int aes_setkey_dec_wrap( void *ctx, const unsigned char *key,  in aes_setkey_dec_wrap()
205 static int aes_setkey_enc_wrap( void *ctx, const unsigned char *key, in aes_setkey_enc_wrap()
430 static int xts_aes_setkey_enc_wrap( void *ctx, const unsigned char *key, in xts_aes_setkey_enc_wrap()
437 static int xts_aes_setkey_dec_wrap( void *ctx, const unsigned char *key, in xts_aes_setkey_dec_wrap()
516 static int gcm_aes_setkey_wrap( void *ctx, const unsigned char *key, in gcm_aes_setkey_wrap()
585 static int ccm_aes_setkey_wrap( void *ctx, const unsigned char *key, in ccm_aes_setkey_wrap()
694 static int camellia_setkey_dec_wrap( void *ctx, const unsigned char *key, in camellia_setkey_dec_wrap()
700 static int camellia_setkey_enc_wrap( void *ctx, const unsigned char *key, in camellia_setkey_enc_wrap()
891 static int gcm_camellia_setkey_wrap( void *ctx, const unsigned char *key, in gcm_camellia_setkey_wrap()
960 static int ccm_camellia_setkey_wrap( void *ctx, const unsigned char *key, in ccm_camellia_setkey_wrap()
1070 static int aria_setkey_dec_wrap( void *ctx, const unsigned char *key, in aria_setkey_dec_wrap()
1076 static int aria_setkey_enc_wrap( void *ctx, const unsigned char *key, in aria_setkey_enc_wrap()
1267 static int gcm_aria_setkey_wrap( void *ctx, const unsigned char *key, in gcm_aria_setkey_wrap()
1336 static int ccm_aria_setkey_wrap( void *ctx, const unsigned char *key, in ccm_aria_setkey_wrap()
1440 static int des_setkey_dec_wrap( void *ctx, const unsigned char *key, in des_setkey_dec_wrap()
1448 static int des_setkey_enc_wrap( void *ctx, const unsigned char *key, in des_setkey_enc_wrap()
1456 static int des3_set2key_dec_wrap( void *ctx, const unsigned char *key, in des3_set2key_dec_wrap()
1464 static int des3_set2key_enc_wrap( void *ctx, const unsigned char *key, in des3_set2key_enc_wrap()
1472 static int des3_set3key_dec_wrap( void *ctx, const unsigned char *key, in des3_set3key_dec_wrap()
1480 static int des3_set3key_enc_wrap( void *ctx, const unsigned char *key, in des3_set3key_enc_wrap()
1717 static int blowfish_setkey_wrap( void *ctx, const unsigned char *key, in blowfish_setkey_wrap()
1828 static int arc4_setkey_wrap( void *ctx, const unsigned char *key, in arc4_setkey_wrap()
1899 static int chacha20_setkey_wrap( void *ctx, const unsigned char *key, in chacha20_setkey_wrap()
1984 const unsigned char *key, in chachapoly_setkey_wrap()
2063 static int null_setkey( void *ctx, const unsigned char *key, in null_setkey()