Searched refs:crypto_alloc (Results 1 - 13 of 13) sorted by relevance

/external/srtp/crypto/include/
H A Dalloc.h52 crypto_alloc(size_t size);
/external/srtp/crypto/kernel/
H A Dalloc.c56 * Nota bene: the debugging statements for crypto_alloc() and
69 crypto_alloc(size_t size) { function
94 crypto_alloc(size_t size) { function
H A Dcrypto_kernel.c325 new_ctype = (kernel_cipher_type_t *) crypto_alloc(sizeof(kernel_cipher_type_t));
370 new_atype = (kernel_auth_type_t *)crypto_alloc(sizeof(kernel_auth_type_t));
486 new = (kernel_debug_module_t *)crypto_alloc(sizeof(kernel_debug_module_t));
/external/srtp/crypto/cipher/
H A Dnull_cipher.c64 pointer = (uint8_t*)crypto_alloc(sizeof(null_cipher_ctx_t) + sizeof(cipher_t));
H A Dcipher.c49 #include "alloc.h" /* for crypto_alloc(), crypto_free() */
386 enc_buf = (unsigned char*) crypto_alloc(octets_in_buffer);
H A Daes_cbc.c71 pointer = (uint8_t*)crypto_alloc(tmp);
H A Daes_icm.c114 pointer = (uint8_t*)crypto_alloc(tmp);
/external/srtp/crypto/hash/
H A Dnull_auth.c64 pointer = (uint8_t*)crypto_alloc(sizeof(null_auth_ctx_t) + sizeof(auth_t));
H A Dhmac.c76 pointer = (uint8_t*)crypto_alloc(sizeof(hmac_ctx_t) + sizeof(auth_t));
/external/srtp/crypto/test/
H A Dauth_driver.c175 msg_string = (uint16_t *) crypto_alloc(msg_len_octets);
182 result = crypto_alloc(auth_get_tag_length(a));
H A Dcipher_driver.c361 key = crypto_alloc(klen);
429 enc_buf = crypto_alloc(octets_in_buffer);
/external/srtp/srtp/
H A Dsrtp.c49 #include "alloc.h" /* for crypto_alloc() */
92 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t));
116 str->limit = (key_limit_ctx_t*) crypto_alloc(sizeof(key_limit_ctx_t));
242 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t));
1279 ctx = (srtp_ctx_t *) crypto_alloc(sizeof(srtp_ctx_t));
/external/srtp/crypto/math/
H A Ddatatypes.c428 v->word = (uint32_t*)crypto_alloc(l);

Completed in 426 milliseconds