/openssl-master/crypto/evp/ |
A D | mac_meth.c | 12 EVP_MAC *mac = vmac; in evp_mac_up_ref() local 21 EVP_MAC *mac = vmac; in evp_mac_free() local 38 EVP_MAC *mac = NULL; in evp_mac_new() local 56 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local 168 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref() 173 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free() 178 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider() 183 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params() 190 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params() 200 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params() [all …]
|
A D | mac_lib.c | 22 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac) in EVP_MAC_CTX_new() 191 int EVP_MAC_get_params(EVP_MAC *mac, OSSL_PARAM params[]) in EVP_MAC_get_params() 212 int evp_mac_get_number(const EVP_MAC *mac) in evp_mac_get_number() 217 const char *EVP_MAC_get0_name(const EVP_MAC *mac) in EVP_MAC_get0_name() 222 const char *EVP_MAC_get0_description(const EVP_MAC *mac) in EVP_MAC_get0_description() 227 int EVP_MAC_is_a(const EVP_MAC *mac, const char *name) in EVP_MAC_is_a() 232 int EVP_MAC_names_do_all(const EVP_MAC *mac, in EVP_MAC_names_do_all() 249 EVP_MAC *mac = EVP_MAC_fetch(libctx, name, propq); in EVP_Q_mac() local
|
A D | e_rc4_hmac_md5.c | 135 unsigned char mac[MD5_DIGEST_LENGTH]; in rc4_hmac_md5_cipher() local
|
/openssl-master/crypto/pkcs12/ |
A D | p12_mutl.c | 77 unsigned char *mac, unsigned int *maclen, in pkcs12_gen_mac() 169 unsigned char *mac, unsigned int *maclen) in PKCS12_gen_mac() 177 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_verify_mac() local 203 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_set_mac() local
|
A D | p12_local.h | 18 PKCS12_MAC_DATA *mac; member
|
A D | p12_npas.c | 65 unsigned char mac[EVP_MAX_MD_SIZE]; in newpass_p12() local
|
/openssl-master/ssl/record/ |
A D | tls_pad.c | 71 unsigned char **mac, in ssl3_cbc_remove_padding_and_mac() 116 unsigned char **mac, in tls1_cbc_remove_padding_and_mac() 200 unsigned char **mac, in ssl3_cbc_copy_mac()
|
A D | ssl3_record_tls13.c | 24 ossl_unused SSL_MAC_BUF *mac, ossl_unused size_t macsize) in tls13_enc()
|
A D | ssl3_record.c | 542 unsigned char *mac; in ssl3_get_record() local 823 SSL_MAC_BUF *mac, size_t macsize) in ssl3_enc() 1545 unsigned char *mac; in dtls1_process_record() local
|
A D | rec_layer_s3.c | 992 unsigned char *mac; in do_ssl3_write() local 1071 unsigned char *mac; in do_ssl3_write() local
|
/openssl-master/test/helpers/ |
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() 680 void start_check_pkcs12_with_mac(PKCS12_BUILDER *pb, const PKCS12_ENC *mac) in start_check_pkcs12_with_mac() 720 void start_check_pkcs12_file_with_mac(PKCS12_BUILDER *pb, const PKCS12_ENC *mac) in start_check_pkcs12_file_with_mac()
|
/openssl-master/test/ |
A D | pkcs12_format_test.c | 455 static int test_single_cert_mac(PKCS12_ENC *mac) in test_single_cert_mac() 491 PKCS12_ENC mac; in test_single_cert_mac_alg() local 502 PKCS12_ENC mac; in test_single_cert_mac_pass() local 513 PKCS12_ENC mac; in test_single_cert_mac_iter() local
|
A D | cipher_overhead_test.c | 37 size_t mac, in, blk, ex; in cipher_overhead() local
|
A D | cmactest.c | 39 const char *mac; member
|
/openssl-master/providers/implementations/signature/ |
A D | mac_legacy_sig.c | 53 EVP_MAC *mac = NULL; in mac_newctx() local 153 int mac_digest_sign_final(void *vpmacctx, unsigned char *mac, size_t *maclen, in mac_digest_sign_final() 221 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params() local
|
/openssl-master/demos/mac/ |
A D | gmac.c | 61 EVP_MAC *mac = NULL; in main() local
|
/openssl-master/providers/implementations/kdfs/ |
A D | sskdf.c | 102 unsigned char mac[EVP_MAX_MD_SIZE]; in SSKDF_hash_kdm() local 225 unsigned char *mac = mac_buf, *kmac_buffer = NULL; in SSKDF_mac_kdm() local 365 EVP_MAC *mac = EVP_MAC_CTX_get0_mac(ctx->macctx); in sskdf_derive() local
|
/openssl-master/apps/ |
A D | kdf.c | 82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
|
A D | mac.c | 78 EVP_MAC *mac = NULL; in mac_main() local
|
A D | fipsinstall.c | 116 static int print_mac(BIO *bio, const char *label, const unsigned char *mac, in print_mac() 311 EVP_MAC *mac = NULL; in fipsinstall_main() local
|
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_block.c | 161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock()
|
A D | cipher_rc4_hmac_md5_hw.c | 111 unsigned char mac[MD5_DIGEST_LENGTH]; in cipher_hw_rc4_hmac_md5_cipher() local
|
A D | cipher_aes_cbc_hmac_sha1_hw.c | 443 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local 633 const unsigned char *mac, size_t len) in aesni_cbc_hmac_sha1_set_mac_key()
|
/openssl-master/providers/common/ |
A D | provider_util.c | 315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params() local
|
/openssl-master/providers/fips/ |
A D | self_test.c | 188 EVP_MAC *mac = NULL; in verify_integrity() local
|