Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 25 of 51) sorted by relevance

123

/openssl/crypto/evp/
H A Dmac_meth.c21 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 Dmac_lib.c22 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 De_rc4_hmac_md5.c135 unsigned char mac[MD5_DIGEST_LENGTH]; in rc4_hmac_md5_cipher() local
/openssl/ssl/quic/
H A Dquic_srt_gen.c14 EVP_MAC *mac; member
68 unsigned char mac[SHA256_DIGEST_LENGTH]; in ossl_quic_srt_gen_calculate_token() local
/openssl/test/helpers/
H A Dpkcs12.c137 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 Dtls_pad.c56 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 Dtls13_meth.c28 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 Dssl3_meth.c96 size_t n_recs, int sending, SSL_MAC_BUF *mac, in ssl3_cipher()
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c53 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 Dcipher_overhead_test.c37 size_t mac, in, blk, ex; in cipher_overhead() local
H A Dpkcs12_format_test.c462 static int test_single_cert_mac(PKCS12_ENC *mac) in test_single_cert_mac()
498 PKCS12_ENC mac; in test_single_cert_mac_alg() local
509 PKCS12_ENC mac; in test_single_cert_mac_pass() local
520 PKCS12_ENC mac; in test_single_cert_mac_iter() local
H A Dcmactest.c39 const char *mac; member
/openssl/crypto/pkcs12/
H A Dp12_mutl.c150 unsigned char *mac, unsigned int *maclen, in pkcs12_gen_mac()
282 unsigned char *mac, unsigned int *maclen) in PKCS12_gen_mac()
290 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_verify_mac() local
341 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_set_mac() local
433 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_set_pbmac1_pbkdf2() local
H A Dp12_local.h18 PKCS12_MAC_DATA *mac; member
/openssl/demos/mac/
H A Dcmac-aes256.c70 EVP_MAC *mac = NULL; in main() local
H A Dgmac.c61 EVP_MAC *mac = NULL; in main() local
H A Dhmac-sha512.c80 EVP_MAC *mac = NULL; in main() local
H A Dsiphash.c48 EVP_MAC *mac = NULL; in main() local
H A Dpoly1305.c89 EVP_MAC *mac = NULL; in main() local
/openssl/providers/fips/
H A Dself_test.c207 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 Dkdf.c82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
H A Dmac.c78 EVP_MAC *mac = NULL; in mac_main() local
/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c144 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock()
H A Dcipher_rc4_hmac_md5_hw.c111 unsigned char mac[MD5_DIGEST_LENGTH]; in cipher_hw_rc4_hmac_md5_cipher() local
/openssl/providers/implementations/kdfs/
H A Dsskdf.c126 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

Completed in 77 milliseconds

123