Searched refs:direction_encrypt (Results 1 – 6 of 6) sorted by relevance
/external/srtp/crypto/test/ |
D | cipher_driver.c | 186 status = cipher_init(c, NULL, direction_encrypt); in main() 206 status = cipher_init(c, test_key, direction_encrypt); in main() 378 status = cipher_init(*cipher_array, key, direction_encrypt); in cipher_array_alloc_init()
|
D | stat_driver.c | 73 err_check(cipher_init(c, key, direction_encrypt)); in main()
|
/external/srtp/crypto/cipher/ |
D | cipher.c | 120 status = cipher_init(c, test_case->key, direction_encrypt); in cipher_type_self_test() 300 status = cipher_init(c, key, direction_encrypt); in cipher_type_self_test()
|
D | aes_cbc.c | 119 case (direction_encrypt): in aes_cbc_context_init()
|
/external/srtp/crypto/include/ |
D | cipher.h | 63 direction_encrypt, /**< encryption (convert plaintext to ciphertext) */ enumerator
|
/external/srtp/crypto/ae_xfm/ |
D | xfm.c | 66 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt); in aes_128_cbc_hmac_sha1_96_func() 231 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt); in aes_128_cbc_hmac_sha1_96_enc()
|