Searched refs:crypto_alloc (Results 1 – 17 of 17) sorted by relevance
69 crypto_alloc(size_t size) { in crypto_alloc() function94 crypto_alloc(size_t size) { in crypto_alloc() function
325 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()
175 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()
361 key = crypto_alloc(klen); in cipher_array_alloc_init()429 enc_buf = crypto_alloc(octets_in_buffer); in cipher_array_bits_per_second()
52 crypto_alloc(size_t size);
90 crypto_alloc
64 pointer = (uint8_t*)crypto_alloc(sizeof(null_cipher_ctx_t) + sizeof(cipher_t)); in null_cipher_alloc()
71 pointer = (uint8_t*)crypto_alloc(tmp); in aes_cbc_alloc()
386 enc_buf = (unsigned char*) crypto_alloc(octets_in_buffer); in cipher_bits_per_second()
114 pointer = (uint8_t*)crypto_alloc(tmp); in aes_icm_alloc_ismacryp()
64 pointer = (uint8_t*)crypto_alloc(sizeof(null_auth_ctx_t) + sizeof(auth_t)); in null_auth_alloc()
76 pointer = (uint8_t*)crypto_alloc(sizeof(hmac_ctx_t) + sizeof(auth_t)); in hmac_alloc()
24 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));
158 crypto_alloc
231 + v->word = (uint32_t*)crypto_alloc(l);
92 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()
428 v->word = (uint32_t*)crypto_alloc(l); in bitvector_alloc()