Searched refs:KEY_LEN (Results 1 – 1 of 1) sorted by relevance
/external/srtp/crypto/ae_xfm/ |
D | xfm.c | 15 #define KEY_LEN 16 macro 52 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_func() 57 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_func() 129 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_inv() 134 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_inv() 213 printf("ENC using key %s\n", octet_string_hex_string(key, KEY_LEN)); in aes_128_cbc_hmac_sha1_96_enc() 217 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_enc() 222 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_enc() 326 printf("DEC using key %s\n", octet_string_hex_string(key, KEY_LEN)); in aes_128_cbc_hmac_sha1_96_dec() 330 status = hmac_init(&hmac_ctx, key, KEY_LEN); in aes_128_cbc_hmac_sha1_96_dec() [all …]
|