/external/srtp/crypto/test/ |
stat_driver.c | 73 err_check(cipher_init(c, key, direction_encrypt));
|
cipher_driver.c | 186 status = cipher_init(c, NULL, direction_encrypt); 206 status = cipher_init(c, test_key, direction_encrypt); 378 status = cipher_init(*cipher_array, key, direction_encrypt);
|
/external/srtp/crypto/include/ |
cipher.h | 63 direction_encrypt, /**< encryption (convert plaintext to ciphertext) */ enumerator in enum:__anon28394
|
/external/srtp/crypto/cipher/ |
cipher.c | 120 status = cipher_init(c, test_case->key, direction_encrypt); 300 status = cipher_init(c, key, direction_encrypt);
|
aes_cbc.c | 119 case (direction_encrypt):
|
/external/srtp/crypto/ae_xfm/ |
xfm.c | 66 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt); 231 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt);
|