Home
last modified time | relevance | path

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

/external/srtp/crypto/test/
Ddatatypes_driver.c88 v128_set_to_zero(&x); in main()
98 v128_set_to_zero(&x); in main()
105 v128_set_to_zero(&x); in main()
112 v128_set_to_zero(&x); in main()
120 v128_set_to_zero(&x); in main()
126 v128_set_to_zero(&x); in main()
Dstat_driver.c84 v128_set_to_zero(&nonce); in main()
Dcipher_driver.c434 v128_set_to_zero(&nonce); in cipher_array_bits_per_second()
/external/srtp/crypto/math/
Ddatatypes.c263 v128_set_to_zero(v128_t *x) { in v128_set_to_zero() function
333 v128_set_to_zero(x); in v128_right_shift()
370 v128_set_to_zero(x); in v128_left_shift()
Dmath.c576 v128_set_to_zero(v128_t *x) { in v128_set_to_zero() function
658 v128_set_to_zero(x); in v128_right_shift()
695 v128_set_to_zero(x); in v128_left_shift()
/external/srtp/crypto/include/
Dcrypto_math.h174 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
190 v128_set_to_zero(v128_t *x);
Ddatatypes.h318 #define v128_set_to_zero(z) _v128_set_to_zero(z) macro
334 v128_set_to_zero(v128_t *x);
/external/srtp/crypto/replay/
Drdb.c63 v128_set_to_zero(&rdb->bitmask); in rdb_init()
/external/srtp/tables/
Daes_tables.c332 v128_set_to_zero(&x); in aes_test_inverse()
/external/srtp/crypto/cipher/
Dcipher.c391 v128_set_to_zero(&nonce); in cipher_bits_per_second()
/external/srtp/googlepatches/
Dvidyo-3-srtp-ws.patch512 - v128_set_to_zero(&rdbx->bitmask);
542 - v128_set_to_zero(&rdbx->bitmask);
/external/srtp/srtp/
Dsrtp.c333 v128_set_to_zero(&nonce); in srtp_kdf_generate()