Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dtls1_meth.c136 int sending, SSL_MAC_BUF *macs, size_t macsize) in tls1_cipher() argument
354 if (macs != NULL) { in tls1_cipher()
358 macs[0].alloced = 0; in tls1_cipher()
361 (void **)&macs[0].mac, in tls1_cipher()
413 (macs != NULL) ? &macs[ctr].mac : NULL, in tls1_cipher()
414 (macs != NULL) ? &macs[ctr].alloced in tls1_cipher()
H A Dtlsany_meth.c36 size_t n_recs, int sending, SSL_MAC_BUF *macs, in tls_any_cipher() argument
H A Drecmethod_local.h53 int sending, SSL_MAC_BUF *macs, size_t macsize);
/openssl/providers/implementations/
H A Dbuild.info1 SUBDIRS=digests ciphers rands macs kdfs exchange keymgmt signature asymciphers \
/openssl/apps/
H A Dlist.c259 STACK_OF(EVP_MAC) *macs = sk_EVP_MAC_new(mac_cmp); in list_macs()
262 if (macs == NULL) { in list_macs()
267 EVP_MAC_do_all_provided(app_get0_libctx(), collect_macs, macs); in list_macs()
268 sk_EVP_MAC_sort(macs); in list_macs()
269 for (i = 0; i < sk_EVP_MAC_num(macs); i++) { in list_macs()
270 const EVP_MAC *m = sk_EVP_MAC_value(macs, i); in list_macs()
299 sk_EVP_MAC_pop_free(macs, EVP_MAC_free); in list_macs()
/openssl/providers/
H A Dfips.module.sources565 providers/implementations/macs/cmac_prov.c
566 providers/implementations/macs/gmac_prov.c
567 providers/implementations/macs/hmac_prov.c
568 providers/implementations/macs/kmac_prov.c
H A Dfips-sources.checksums565 79da66d4b696388d7eab6b2126bccc88908915813d79c4305b8b4d545a500469 providers/implementations/macs/cm…
566 41464d1e640434bb3ff9998f093829d5e2c1963d68033dca7d31e5ab75365fb1 providers/implementations/macs/gm…
567 282c1065f18c87073529ed1bdc2c0b3a1967701728084de6632ddc72c671d209 providers/implementations/macs/hm…
568 aa7ba1d39ea4e3347294eb50b4dfcb895ef1a22bd6117d3b076a74e9ff11c242 providers/implementations/macs/km…
/openssl/ssl/record/
H A Dssl3_record.c255 SSL_MAC_BUF *macs, size_t macsize) in tls1_enc() argument

Completed in 33 milliseconds