Searched defs:tail (Results 1 – 14 of 14) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_cbc_hmac_sha.h | 55 SHA_CTX head, tail, md; member 60 SHA256_CTX head, tail, md; member
|
A D | cipher_rc4_hmac_md5.h | 20 MD5_CTX head, tail, md; member
|
A D | cipher_chacha20_poly1305_hw.c | 126 size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
|
/openssl-master/test/ |
A D | rdrand_sanitytest.c | 60 unsigned char *tail = &buf[sizeof(buf) - sizeof(check)]; in sanity_check_bytes() local
|
A D | modes_internal_test.c | 155 size_t tail; in last_blocks_correction() local 168 size_t tail; in last_blocks_correction_nist() local 195 size_t tail, size; in execute_cts128() local
|
A D | property_test.c | 504 const int max = 10000, tail = 10; in test_query_cache_stochastic() local
|
/openssl-master/crypto/evp/ |
A D | e_rc4_hmac_md5.c | 33 MD5_CTX head, tail, md; member
|
A D | e_chacha20_poly1305.c | 218 size_t tail, tohash_len, buf_len, plen = actx->tls_payload_length; in chacha20_poly1305_tls_cipher() local
|
A D | e_aes_cbc_hmac_sha1.c | 33 SHA_CTX head, tail, md; member
|
A D | e_aes_cbc_hmac_sha256.c | 33 SHA256_CTX head, tail, md; member
|
/openssl-master/ssl/ |
A D | ssl_ciph.c | 639 CIPHER_ORDER **tail) in ll_append_tail() 656 CIPHER_ORDER **tail) in ll_append_head() 811 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local 1446 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in STACK_OF() local
|
/openssl-master/crypto/bn/ |
A D | bn_ctx.c | 33 BN_POOL_ITEM *head, *current, *tail; member
|
/openssl-master/apps/ |
A D | fipsinstall.c | 302 const char *tail; in fipsinstall_main() local
|
A D | req.c | 1482 const char *tail, const char *desc) in join()
|
Completed in 53 milliseconds