Home
last modified time | relevance | path

Searched refs:v128_set_to_zero (Results 1 – 11 of 11) sorted by relevance

/external/libsrtp2/crypto/test/
Ddatatypes_driver.c88 v128_set_to_zero(&x); in main()
97 v128_set_to_zero(&x); in main()
104 v128_set_to_zero(&x); in main()
111 v128_set_to_zero(&x); in main()
119 v128_set_to_zero(&x); in main()
125 v128_set_to_zero(&x); in main()
Dstat_driver.c95 v128_set_to_zero(&nonce); in main()
128 v128_set_to_zero(&nonce); in main()
164 v128_set_to_zero(&nonce); in main()
196 v128_set_to_zero(&nonce); in main()
228 v128_set_to_zero(&nonce); in main()
Dcipher_driver.c539 v128_set_to_zero(&nonce); in cipher_array_bits_per_second()
/external/libsrtp2/crypto/cipher/
Daes_icm.c197 v128_set_to_zero(&c->counter); in srtp_aes_icm_context_init()
198 v128_set_to_zero(&c->offset); in srtp_aes_icm_context_init()
218 v128_set_to_zero(&c->counter); in srtp_aes_icm_context_init()
219 v128_set_to_zero(&c->offset); in srtp_aes_icm_context_init()
Daes_icm_ossl.c223 v128_set_to_zero(&c->counter); in srtp_aes_icm_openssl_context_init()
224 v128_set_to_zero(&c->offset); in srtp_aes_icm_openssl_context_init()
Daes_icm_nss.c232 v128_set_to_zero(&c->counter); in srtp_aes_icm_nss_context_init()
233 v128_set_to_zero(&c->offset); in srtp_aes_icm_nss_context_init()
Dcipher.c641 v128_set_to_zero(&nonce); in srtp_cipher_bits_per_second()
/external/libsrtp2/crypto/math/
Ddatatypes.c177 void v128_set_to_zero(v128_t *x) in v128_set_to_zero() function
247 v128_set_to_zero(x); in v128_right_shift()
280 v128_set_to_zero(x); in v128_left_shift()
/external/libsrtp2/crypto/replay/
Drdb.c64 v128_set_to_zero(&rdb->bitmask); in srtp_rdb_init()
/external/libsrtp2/crypto/include/
Ddatatypes.h204 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
219 void v128_set_to_zero(v128_t *x);
/external/libsrtp2/srtp/
Dsrtp.c720 v128_set_to_zero(&nonce); in srtp_kdf_generate()