/openssl/crypto/evp/ |
H A D | mac_meth.c | 21 EVP_MAC *mac = vmac; in evp_mac_up_ref() local 30 EVP_MAC *mac = vmac; in evp_mac_free() local 47 EVP_MAC *mac = NULL; in evp_mac_new() local 62 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local 174 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref() 179 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free() 184 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider() 189 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params() 196 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params() 206 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params() [all …]
|
H A D | mac_lib.c | 22 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac) in EVP_MAC_CTX_new() 188 int EVP_MAC_get_params(EVP_MAC *mac, OSSL_PARAM params[]) in EVP_MAC_get_params() 209 int evp_mac_get_number(const EVP_MAC *mac) in evp_mac_get_number() 214 const char *EVP_MAC_get0_name(const EVP_MAC *mac) in EVP_MAC_get0_name() 219 const char *EVP_MAC_get0_description(const EVP_MAC *mac) in EVP_MAC_get0_description() 224 int EVP_MAC_is_a(const EVP_MAC *mac, const char *name) in EVP_MAC_is_a() 229 int EVP_MAC_names_do_all(const EVP_MAC *mac, in EVP_MAC_names_do_all() 246 EVP_MAC *mac = EVP_MAC_fetch(libctx, name, propq); in EVP_Q_mac() local
|
H A D | e_rc4_hmac_md5.c | 135 unsigned char mac[MD5_DIGEST_LENGTH]; in rc4_hmac_md5_cipher() local
|
/openssl/ssl/quic/ |
H A D | quic_srt_gen.c | 14 EVP_MAC *mac; member 68 unsigned char mac[SHA256_DIGEST_LENGTH]; in ossl_quic_srt_gen_calculate_token() local
|
/openssl/test/helpers/ |
H A D | pkcs12.c | 137 void end_pkcs12_with_mac(PKCS12_BUILDER *pb, const PKCS12_ENC *mac) in end_pkcs12_with_mac() 146 static void generate_p12(PKCS12_BUILDER *pb, const PKCS12_ENC *mac) in generate_p12() 209 static PKCS12 *from_bio_p12(BIO *bio, const PKCS12_ENC *mac) in from_bio_p12() 238 static PKCS12 *read_p12(const char *infile, const PKCS12_ENC *mac) in read_p12() 262 static int check_p12_mac(PKCS12 *p12, const PKCS12_ENC *mac) in check_p12_mac() 687 void start_check_pkcs12_with_mac(PKCS12_BUILDER *pb, const PKCS12_ENC *mac) in start_check_pkcs12_with_mac() 727 void start_check_pkcs12_file_with_mac(PKCS12_BUILDER *pb, const PKCS12_ENC *mac) in start_check_pkcs12_file_with_mac()
|
/openssl/ssl/record/methods/ |
H A D | tls_pad.c | 56 unsigned char **mac, in ssl3_cbc_remove_padding_and_mac() 101 unsigned char **mac, in tls1_cbc_remove_padding_and_mac() 185 unsigned char **mac, in ssl3_cbc_copy_mac()
|
H A D | tls13_meth.c | 28 EVP_MAC *mac; in tls13_set_crypto_state() local 86 size_t n_recs, int sending, SSL_MAC_BUF *mac, in tls13_cipher()
|
H A D | ssl3_meth.c | 96 size_t n_recs, int sending, SSL_MAC_BUF *mac, in ssl3_cipher()
|
/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 53 EVP_MAC *mac = NULL; in mac_newctx() local 151 int mac_digest_sign_final(void *vpmacctx, unsigned char *mac, size_t *maclen, in mac_digest_sign_final() 219 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params() local
|
/openssl/test/ |
H A D | cipher_overhead_test.c | 37 size_t mac, in, blk, ex; in cipher_overhead() local
|
H A D | pkcs12_format_test.c | 463 static int test_single_cert_mac(PKCS12_ENC *mac) in test_single_cert_mac() 500 PKCS12_ENC mac; in test_single_cert_mac_alg() local 511 PKCS12_ENC mac; in test_single_cert_mac_pass() local 522 PKCS12_ENC mac; in test_single_cert_mac_iter() local
|
H A D | cmactest.c | 39 const char *mac; member
|
/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 157 unsigned char *mac, unsigned int *maclen, in pkcs12_gen_mac() 289 unsigned char *mac, unsigned int *maclen) in PKCS12_gen_mac() 297 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_verify_mac() local 348 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_set_mac() local 440 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_set_pbmac1_pbkdf2() local
|
H A D | p12_local.h | 18 PKCS12_MAC_DATA *mac; member
|
/openssl/demos/mac/ |
H A D | cmac-aes256.c | 70 EVP_MAC *mac = NULL; in main() local
|
H A D | gmac.c | 61 EVP_MAC *mac = NULL; in main() local
|
H A D | hmac-sha512.c | 80 EVP_MAC *mac = NULL; in main() local
|
H A D | siphash.c | 48 EVP_MAC *mac = NULL; in main() local
|
H A D | poly1305.c | 89 EVP_MAC *mac = NULL; in main() local
|
/openssl/providers/fips/ |
H A D | self_test.c | 207 EVP_MAC *mac = EVP_MAC_fetch(libctx, MAC_NAME, NULL); in integrity_self_test() local 251 EVP_MAC *mac = NULL; in verify_integrity() local
|
/openssl/apps/ |
H A D | kdf.c | 82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
|
H A D | mac.c | 78 EVP_MAC *mac = NULL; in mac_main() local
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 144 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock()
|
H A D | cipher_rc4_hmac_md5_hw.c | 111 unsigned char mac[MD5_DIGEST_LENGTH]; in cipher_hw_rc4_hmac_md5_cipher() local
|
/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 126 unsigned char mac[EVP_MAX_MD_SIZE]; in SSKDF_hash_kdm() local 249 unsigned char *mac = mac_buf, *kmac_buffer = NULL; in SSKDF_mac_kdm() local 434 EVP_MAC *mac = EVP_MAC_CTX_get0_mac(ctx->macctx); in sskdf_derive() local
|