Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 8 of 8) sorted by relevance

/providers/implementations/ciphers/
A Dciphercommon_block.c144 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 Dciphercommon_local.h16 unsigned char **mac, int *alloced, size_t macsize, int aead);
A Dciphercommon.c.in188 if (ctx != NULL && ctx->alloced) {
190 ctx->alloced = 0;
347 if (ctx->alloced) {
349 ctx->alloced = 0;
358 blksz, &ctx->tlsmac, &ctx->alloced,
A Dcipher_chacha20.c83 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
A Dcipher_aes_wrp.c81 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
A Dcipher_chacha20_poly1305.c.in74 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) {
/providers/fips/
A Dself_test_kats.c771 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 Dciphercommon.h80 int alloced; /* member

Completed in 27 milliseconds