Home
last modified time | relevance | path

Searched refs:crypto_alloc (Results 1 – 17 of 17) sorted by relevance

/external/srtp/crypto/kernel/
Dalloc.c69 crypto_alloc(size_t size) { in crypto_alloc() function
94 crypto_alloc(size_t size) { in crypto_alloc() function
Dcrypto_kernel.c325 new_ctype = (kernel_cipher_type_t *) crypto_alloc(sizeof(kernel_cipher_type_t)); in crypto_kernel_load_cipher_type()
370 new_atype = (kernel_auth_type_t *)crypto_alloc(sizeof(kernel_auth_type_t)); in crypto_kernel_load_auth_type()
486 new = (kernel_debug_module_t *)crypto_alloc(sizeof(kernel_debug_module_t)); in crypto_kernel_load_debug_module()
/external/srtp/crypto/test/
Dauth_driver.c175 msg_string = (uint16_t *) crypto_alloc(msg_len_octets); in auth_bits_per_second()
182 result = crypto_alloc(auth_get_tag_length(a)); in auth_bits_per_second()
Dcipher_driver.c361 key = crypto_alloc(klen); in cipher_array_alloc_init()
429 enc_buf = crypto_alloc(octets_in_buffer); in cipher_array_bits_per_second()
/external/srtp/crypto/include/
Dalloc.h52 crypto_alloc(size_t size);
/external/srtp/
Dsrtp.def90 crypto_alloc
/external/srtp/crypto/cipher/
Dnull_cipher.c64 pointer = (uint8_t*)crypto_alloc(sizeof(null_cipher_ctx_t) + sizeof(cipher_t)); in null_cipher_alloc()
Daes_cbc.c71 pointer = (uint8_t*)crypto_alloc(tmp); in aes_cbc_alloc()
Dcipher.c386 enc_buf = (unsigned char*) crypto_alloc(octets_in_buffer); in cipher_bits_per_second()
Daes_icm.c114 pointer = (uint8_t*)crypto_alloc(tmp); in aes_icm_alloc_ismacryp()
/external/srtp/crypto/hash/
Dnull_auth.c64 pointer = (uint8_t*)crypto_alloc(sizeof(null_auth_ctx_t) + sizeof(auth_t)); in null_auth_alloc()
Dhmac.c76 pointer = (uint8_t*)crypto_alloc(sizeof(hmac_ctx_t) + sizeof(auth_t)); in hmac_alloc()
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch24 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t));
57 str->limit = (key_limit_ctx_t*) crypto_alloc(sizeof(key_limit_ctx_t));
Dvidyo-1-srtp-win.patch158 crypto_alloc
Dvidyo-3-srtp-ws.patch231 + v->word = (uint32_t*)crypto_alloc(l);
/external/srtp/srtp/
Dsrtp.c92 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
116 str->limit = (key_limit_ctx_t*) crypto_alloc(sizeof(key_limit_ctx_t)); in srtp_stream_alloc()
242 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
1279 ctx = (srtp_ctx_t *) crypto_alloc(sizeof(srtp_ctx_t)); in srtp_create()
/external/srtp/crypto/math/
Ddatatypes.c428 v->word = (uint32_t*)crypto_alloc(l); in bitvector_alloc()