Home
last modified time | relevance | path

Searched refs:octet_string_set_to_zero (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libsrtp2/srtp/
H A Dsrtp.c241 octet_string_set_to_zero(session_keys->salt, SRTP_AEAD_SALT_LEN); in srtp_stream_dealloc()
242 octet_string_set_to_zero(session_keys->c_salt, SRTP_AEAD_SALT_LEN); in srtp_stream_dealloc()
245 octet_string_set_to_zero(session_keys->mki_id, in srtp_stream_dealloc()
642 octet_string_set_to_zero(key, length); in srtp_kdf_generate()
660 octet_string_set_to_zero(kdf->master_key, MAX_SRTP_AESKEY_LEN); in srtp_kdf_clear()
661 octet_string_set_to_zero(kdf->master_salt, MAX_SRTP_SALT_LEN); in srtp_kdf_clear()
729 octet_string_set_to_zero(key, length); in srtp_kdf_generate()
945 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); in srtp_stream_init_keys()
954 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); in srtp_stream_init_keys()
972 octet_string_set_to_zero(tmp_key, MAX_SRTP_KEY_LEN); in srtp_stream_init_keys()
[all …]
H A Dekt.c226 octet_string_set_to_zero(base_tag, base_tag_len); in srtp_ekt_write_data()
/aosp_15_r20/external/libsrtp2/crypto/hash/
H A Dhmac_ossl.c132 octet_string_set_to_zero(a, sizeof(HMAC_CTX) + sizeof(srtp_auth_t)); in srtp_hmac_dealloc()
138 octet_string_set_to_zero(a, sizeof(srtp_auth_t)); in srtp_hmac_dealloc()
H A Dnull_auth.c91 octet_string_set_to_zero(a, sizeof(srtp_null_auth_ctx_t) + in srtp_null_auth_dealloc()
H A Dauth.c127 octet_string_set_to_zero(tag, test_case->tag_length_octets); in srtp_auth_type_test()
H A Dhmac.c106 octet_string_set_to_zero(a, sizeof(srtp_hmac_ctx_t) + sizeof(srtp_auth_t)); in srtp_hmac_dealloc()
/aosp_15_r20/external/libsrtp2/crypto/kernel/
H A Derr.c104 octet_string_set_to_zero(msg, sizeof(msg)); in srtp_err_report()
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Dnull_cipher.c88 octet_string_set_to_zero(c, sizeof(srtp_cipher_t)); in srtp_null_cipher_dealloc()
H A Daes_icm_ossl.c194 octet_string_set_to_zero(ctx, sizeof(srtp_aes_icm_ctx_t)); in srtp_aes_icm_openssl_dealloc()
H A Daes_icm_nss.c204 octet_string_set_to_zero(ctx, sizeof(srtp_aes_icm_ctx_t)); in srtp_aes_icm_nss_dealloc()
H A Daes_gcm_ossl.c156 octet_string_set_to_zero(ctx, sizeof(srtp_aes_gcm_ctx_t)); in srtp_aes_gcm_openssl_dealloc()
H A Daes_icm.c160 octet_string_set_to_zero(ctx, sizeof(srtp_aes_icm_ctx_t)); in srtp_aes_icm_dealloc()
H A Daes_gcm_nss.c178 octet_string_set_to_zero(ctx, sizeof(srtp_aes_gcm_ctx_t)); in srtp_aes_gcm_nss_dealloc()
H A Dcipher.c105 octet_string_set_to_zero(buffer, *num_octets_to_output); in srtp_cipher_output()
/aosp_15_r20/external/libsrtp2/crypto/test/
H A Ddatatypes_driver.c245 octet_string_set_to_zero(buffer, BUFFER_SIZE); in test_set_to_zero()
/aosp_15_r20/external/libsrtp2/crypto/include/
H A Ddatatypes.h263 void octet_string_set_to_zero(void *s, size_t len);
/aosp_15_r20/external/libsrtp2/crypto/math/
H A Ddatatypes.c437 void octet_string_set_to_zero(void *s, size_t len) in octet_string_set_to_zero() function
/aosp_15_r20/external/libsrtp2/
H A DCHANGES173 PR #239 - octet_string_set_to_zero() delegates to OPENSSL_cleanse() if