Home
last modified time | relevance | path

Searched refs:cipher_init (Results 1 – 6 of 6) sorted by relevance

/external/srtp/crypto/cipher/
Dcipher.c120 status = cipher_init(c, test_case->key, direction_encrypt); in cipher_type_self_test()
187 status = cipher_init(c, test_case->key, direction_decrypt); in cipher_type_self_test()
300 status = cipher_init(c, key, direction_encrypt); in cipher_type_self_test()
327 status = cipher_init(c, key, direction_decrypt); in cipher_type_self_test()
/external/srtp/crypto/test/
Dcipher_driver.c186 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()
Dstat_driver.c73 err_check(cipher_init(c, key, direction_encrypt)); in main()
/external/srtp/crypto/include/
Dcipher.h172 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), (dir))) macro
/external/srtp/doc/
Dcrypto_kernel.txt38 cipher_init(cipher_t *cipher, const uint8_t *key);
/external/srtp/srtp/
Dsrtp.c392 stat = cipher_init(srtp->rtp_cipher, tmp_key, direction_any); in srtp_stream_init_keys()
441 stat = cipher_init(srtp->rtcp_cipher, tmp_key, direction_any); in srtp_stream_init_keys()