Home
last modified time | relevance | path

Searched refs:srtp_direction_encrypt (Results 1 – 7 of 7) sorted by relevance

/external/libsrtp2/crypto/test/
Dstat_driver.c118 err_check(srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt)); in main()
134 srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt)); in main()
154 err_check(srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt)); in main()
170 srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt)); in main()
188 srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt)); in main()
203 srtp_direction_encrypt)); in main()
220 srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt)); in main()
235 srtp_direction_encrypt)); in main()
Dcipher_driver.c374 status = srtp_cipher_set_iv(c, (uint8_t *)idx, srtp_direction_encrypt); in cipher_driver_test_buffering()
384 status = srtp_cipher_set_iv(c, (uint8_t *)idx, srtp_direction_encrypt); in cipher_driver_test_buffering()
549 srtp_direction_encrypt); in cipher_array_bits_per_second()
/external/libsrtp2/crypto/cipher/
Daes_gcm_ossl.c214 if (direction != srtp_direction_encrypt && in srtp_aes_gcm_openssl_set_iv()
228 (c->dir == srtp_direction_encrypt ? 1 : 0))) { in srtp_aes_gcm_openssl_set_iv()
289 if (c->dir != srtp_direction_encrypt && c->dir != srtp_direction_decrypt) { in srtp_aes_gcm_openssl_encrypt()
348 if (c->dir != srtp_direction_encrypt && c->dir != srtp_direction_decrypt) { in srtp_aes_gcm_openssl_decrypt()
Dcipher.c270 srtp_direction_encrypt); in srtp_cipher_type_test()
496 srtp_direction_encrypt); in srtp_cipher_type_test()
644 if (srtp_cipher_set_iv(c, (uint8_t *)&nonce, srtp_direction_encrypt) != in srtp_cipher_bits_per_second()
Daes_gcm_nss.c237 if (direction != srtp_direction_encrypt && in srtp_aes_gcm_nss_set_iv()
/external/libsrtp2/crypto/include/
Dcipher.h63 srtp_direction_encrypt, /**< encryption (convert plaintext to ciphertext) */ enumerator
/external/libsrtp2/srtp/
Dsrtp.c724 srtp_direction_encrypt); in srtp_kdf_generate()
1779 srtp_direction_encrypt); in srtp_protect_aead()
1785 (uint8_t *)&iv, srtp_direction_encrypt); in srtp_protect_aead()
1893 (uint8_t *)&iv, srtp_direction_encrypt); in srtp_unprotect_aead()
2257 srtp_direction_encrypt); in srtp_protect_mki()
2260 (uint8_t *)&iv, srtp_direction_encrypt); in srtp_protect_mki()
2274 srtp_direction_encrypt); in srtp_protect_mki()
2277 (uint8_t *)&iv, srtp_direction_encrypt); in srtp_protect_mki()
3569 srtp_direction_encrypt); in srtp_protect_rtcp_aead()
4017 srtp_direction_encrypt); in srtp_protect_rtcp_mki()
[all …]