Searched refs:alloced (Results 1 – 15 of 15) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | tls_pad.c | 30 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 D | ssl3_meth.c | 166 mac->alloced = 0; in ssl3_cipher() 191 (mac != NULL) ? &mac->alloced : NULL, in ssl3_cipher()
|
H A D | tls1_meth.c | 394 macs[0].alloced = 0; in tls1_cipher() 450 (macs != NULL) ? &macs[ctr].alloced in tls1_cipher()
|
H A D | recmethod_local.h | 25 int alloced; member
|
H A D | dtls_meth.c | 276 if (macbuf.alloced) in dtls_process_record()
|
H A D | tls_common.c | 982 if (macbufs[j].alloced) in tls_get_more_records()
|
/openssl/providers/implementations/ciphers/ |
H 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()
|
H A D | ciphercommon_local.h | 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
|
H A D | ciphercommon.c | 182 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 D | cipher_chacha20.c | 75 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
|
H A D | cipher_aes_wrp.c | 81 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
|
H A D | cipher_chacha20_poly1305.c | 70 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in chacha20_poly1305_dupctx()
|
/openssl/include/internal/ |
H A D | ssl3_cbc.h | 17 int *alloced, 25 int *alloced,
|
/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 80 int alloced; /* member
|
/openssl/apps/ |
H A D | s_server.c | 268 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 73 milliseconds