Searched refs:srtp_mod_aes_icm (Results 1 – 6 of 6) sorted by relevance
/external/libsrtp2/crypto/cipher/ |
D | aes_icm.c | 56 srtp_debug_module_t srtp_mod_aes_icm = { variable 101 debug_print(srtp_mod_aes_icm, "allocating cipher with key length %d", in srtp_aes_icm_alloc() 210 debug_print(srtp_mod_aes_icm, "key: %s", in srtp_aes_icm_context_init() 212 debug_print(srtp_mod_aes_icm, "offset: %s", v128_hex_string(&c->offset)); in srtp_aes_icm_context_init() 244 debug_print(srtp_mod_aes_icm, "setting iv: %s", v128_hex_string(&nonce)); in srtp_aes_icm_set_iv() 248 debug_print(srtp_mod_aes_icm, "set_counter: %s", in srtp_aes_icm_set_iv() 270 debug_print(srtp_mod_aes_icm, "counter: %s", in srtp_aes_icm_advance() 272 debug_print(srtp_mod_aes_icm, "ciphertext: %s", in srtp_aes_icm_advance() 308 debug_print(srtp_mod_aes_icm, "block index: %d", htons(c->counter.v16[7])); in srtp_aes_icm_encrypt()
|
D | aes_icm_ossl.c | 62 srtp_debug_module_t srtp_mod_aes_icm = { variable 115 debug_print(srtp_mod_aes_icm, "allocating cipher with key length %d", in srtp_aes_icm_openssl_alloc() 232 debug_print(srtp_mod_aes_icm, "key: %s", in srtp_aes_icm_openssl_context_init() 234 debug_print(srtp_mod_aes_icm, "offset: %s", v128_hex_string(&c->offset)); in srtp_aes_icm_openssl_context_init() 276 debug_print(srtp_mod_aes_icm, "setting iv: %s", v128_hex_string(&nonce)); in srtp_aes_icm_openssl_set_iv() 280 debug_print(srtp_mod_aes_icm, "set_counter: %s", in srtp_aes_icm_openssl_set_iv() 305 debug_print(srtp_mod_aes_icm, "rs0: %s", v128_hex_string(&c->counter)); in srtp_aes_icm_openssl_encrypt()
|
D | aes_icm_nss.c | 56 srtp_debug_module_t srtp_mod_aes_icm = { variable 110 debug_print(srtp_mod_aes_icm, "allocating cipher with key length %d", in srtp_aes_icm_nss_alloc() 241 debug_print(srtp_mod_aes_icm, "key: %s", in srtp_aes_icm_nss_context_init() 243 debug_print(srtp_mod_aes_icm, "offset: %s", v128_hex_string(&c->offset)); in srtp_aes_icm_nss_context_init() 281 debug_print(srtp_mod_aes_icm, "setting iv: %s", v128_hex_string(&nonce)); in srtp_aes_icm_nss_set_iv() 285 debug_print(srtp_mod_aes_icm, "set_counter: %s", in srtp_aes_icm_nss_set_iv()
|
D | aes.c | 1418 debug_print(srtp_mod_aes_icm, in aes_128_expand_encryption_key() 1449 debug_print2(srtp_mod_aes_icm, in aes_128_expand_encryption_key() 1473 debug_print(srtp_mod_aes_icm, in aes_256_expand_encryption_key() 1475 debug_print(srtp_mod_aes_icm, in aes_256_expand_encryption_key() 1520 debug_print2(srtp_mod_aes_icm, in aes_256_expand_encryption_key()
|
/external/libsrtp2/crypto/include/ |
D | cipher_types.h | 73 extern srtp_debug_module_t srtp_mod_aes_icm;
|
/external/libsrtp2/crypto/kernel/ |
D | crypto_kernel.c | 129 status = srtp_crypto_kernel_load_debug_module(&srtp_mod_aes_icm); in srtp_crypto_kernel_init()
|