Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dtls_pad.c30 int *alloced,
57 int *alloced, in ssl3_cbc_remove_padding_and_mac() argument
77 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in ssl3_cbc_remove_padding_and_mac()
102 int *alloced, in tls1_cbc_remove_padding_and_mac() argument
161 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in tls1_cbc_remove_padding_and_mac()
186 int *alloced, in ssl3_cbc_copy_mac() argument
234 if (alloced != NULL) in ssl3_cbc_copy_mac()
235 *alloced = 0; in ssl3_cbc_copy_mac()
243 if (!ossl_assert(mac != NULL && alloced != NULL)) in ssl3_cbc_copy_mac()
248 *alloced = 1; in ssl3_cbc_copy_mac()
H A Dssl3_meth.c166 mac->alloced = 0; in ssl3_cipher()
191 (mac != NULL) ? &mac->alloced : NULL, in ssl3_cipher()
H A Dtls1_meth.c394 macs[0].alloced = 0; in tls1_cipher()
450 (macs != NULL) ? &macs[ctr].alloced in tls1_cipher()
H A Drecmethod_local.h25 int alloced; member
H A Ddtls_meth.c276 if (macbuf.alloced) in dtls_process_record()
H A Dtls_common.c982 if (macbufs[j].alloced) in tls_get_more_records()
/openssl/providers/implementations/ciphers/
H 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()
H A Dciphercommon_local.h16 unsigned char **mac, int *alloced, size_t macsize, int aead);
H A Dciphercommon.c182 if (ctx != NULL && ctx->alloced) { in ossl_cipher_generic_reset_ctx()
184 ctx->alloced = 0; in ossl_cipher_generic_reset_ctx()
319 if (ctx->alloced) { in ossl_cipher_generic_block_update()
321 ctx->alloced = 0; in ossl_cipher_generic_block_update()
330 blksz, &ctx->tlsmac, &ctx->alloced, in ossl_cipher_generic_block_update()
H A Dcipher_chacha20.c75 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
H A Dcipher_aes_wrp.c78 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
H A Dcipher_chacha20_poly1305.c70 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in chacha20_poly1305_dupctx()
/openssl/include/internal/
H A Dssl3_cbc.h17 int *alloced,
25 int *alloced,
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h80 int alloced; /* member
/openssl/apps/
H A Ds_server.c268 size_t alloced; member
295 wbuf->alloced = 1024; in ebcdic_new()
347 if (inl > (num = wbuf->alloced)) { in ebcdic_write()
354 wbuf->alloced = num; in ebcdic_write()

Completed in 47 milliseconds