Searched refs:macs (Results 1 – 7 of 7) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | tls1_meth.c | 168 size_t n_recs, int sending, SSL_MAC_BUF *macs, in tls1_cipher() argument 390 if (macs != NULL) { in tls1_cipher() 394 macs[0].alloced = 0; in tls1_cipher() 397 (void **)&macs[0].mac, in tls1_cipher() 449 (macs != NULL) ? &macs[ctr].mac : NULL, in tls1_cipher() 450 (macs != NULL) ? &macs[ctr].alloced in tls1_cipher()
|
H A D | tlsany_meth.c | 38 size_t n_recs, int sending, SSL_MAC_BUF *macs, in tls_any_cipher() argument
|
H A D | recmethod_local.h | 117 int sending, SSL_MAC_BUF *macs, size_t macsize);
|
/openssl/providers/implementations/ |
H A D | build.info | 1 SUBDIRS=digests ciphers rands macs kdfs exchange keymgmt signature asymciphers \
|
/openssl/apps/ |
H A D | list.c | 262 STACK_OF(EVP_MAC) *macs = sk_EVP_MAC_new(mac_cmp); in list_macs() 265 if (macs == NULL) { in list_macs() 270 EVP_MAC_do_all_provided(app_get0_libctx(), collect_macs, macs); in list_macs() 271 sk_EVP_MAC_sort(macs); in list_macs() 272 for (i = 0; i < sk_EVP_MAC_num(macs); i++) { in list_macs() 273 const EVP_MAC *m = sk_EVP_MAC_value(macs, i); in list_macs() 302 sk_EVP_MAC_pop_free(macs, EVP_MAC_free); in list_macs()
|
/openssl/providers/ |
H A D | fips.module.sources | 648 providers/implementations/macs/cmac_prov.c 649 providers/implementations/macs/gmac_prov.c 650 providers/implementations/macs/hmac_prov.c 651 providers/implementations/macs/kmac_prov.c
|
H A D | fips-sources.checksums | 648 c421f7cc04588d2184420d18ef528e410a8f52dafe2ad5d951b1d1ebc2d8bded providers/implementations/macs/cm… 649 f29f282463f5bc432129850619edc427fe1d6cc8aa107b5703b11858b48790da providers/implementations/macs/gm… 650 af44fc4babe42e78c6ff3c16ea4f027ddeede57fca843dfaf0017ac49d45e310 providers/implementations/macs/hm… 651 e14eb835ed11f9eab141e5e88a8115077894f4428080716540ee717abf666969 providers/implementations/macs/km…
|
Completed in 31 milliseconds