Searched refs:alloced (Results 1 – 8 of 8) sorted by relevance
| /providers/implementations/ciphers/ |
| A D | ciphercommon_block.c | 144 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument 152 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock() 166 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
|
| A D | ciphercommon_local.h | 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
|
| A D | ciphercommon.c.in | 188 if (ctx != NULL && ctx->alloced) { 190 ctx->alloced = 0; 347 if (ctx->alloced) { 349 ctx->alloced = 0; 358 blksz, &ctx->tlsmac, &ctx->alloced,
|
| A D | cipher_chacha20.c | 83 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
|
| A D | cipher_aes_wrp.c | 81 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
|
| A D | cipher_chacha20_poly1305.c.in | 74 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) {
|
| /providers/fips/ |
| A D | self_test_kats.c | 771 unsigned char *secret = NULL, *alloced = NULL; in self_test_kem_decapsulate() local 781 cipher_text = alloced = OPENSSL_zalloc(t->cipher_text_len); in self_test_kem_decapsulate() 782 if (alloced == NULL) in self_test_kem_decapsulate() 812 OPENSSL_free(alloced); in self_test_kem_decapsulate()
|
| /providers/implementations/include/prov/ |
| A D | ciphercommon.h | 80 int alloced; /* member
|
Completed in 27 milliseconds