Home
last modified time | relevance | path

Searched defs:mac (Results 26 - 50 of 216) sorted by relevance

123456789

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() argument
[all...]
H A Daes-omac1.c152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() argument
43 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument
133 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument
170 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_256() argument
[all...]
H A Dmd5-internal.c31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument
H A Dsha256-internal.c25 sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha256_vector() argument
H A Dsha512-internal.c24 sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha512_vector() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal.c179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() argument
[all...]
H A Daes-omac1.c152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() argument
43 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument
133 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument
170 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_256() argument
[all...]
H A Dmd5-internal.c31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument
H A Dsha256-internal.c25 sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha256_vector() argument
H A Dsha512-internal.c24 sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha512_vector() argument
/third_party/elfutils/tests/
H A Ddwarf-getmacros.c33 mac (Dwarf_Macro *macro, void *dbg) in mac() function
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_mac.c22 mbedtls_test_transparent_mac_compute( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_transparent_mac_compute() argument
175 mbedtls_test_transparent_mac_sign_finish( mbedtls_transparent_test_driver_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_transparent_mac_sign_finish() argument
208 mbedtls_test_transparent_mac_verify_finish( mbedtls_transparent_test_driver_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_test_transparent_mac_verify_finish() argument
264 mbedtls_test_opaque_mac_compute( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_opaque_mac_compute() argument
364 mbedtls_test_opaque_mac_sign_finish( mbedtls_opaque_test_driver_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_opaque_mac_sign_finish() argument
386 mbedtls_test_opaque_mac_verify_finish( mbedtls_opaque_test_driver_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_test_opaque_mac_verify_finish() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c111 unsigned char mac[MD5_DIGEST_LENGTH]; in cipher_hw_rc4_hmac_md5_cipher() local
H A Dciphercommon_block.c158 ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, unsigned char *buf, size_t *buflen, size_t blocksize, unsigned char **mac, int *alloced, size_t macsize, int aead) ossl_cipher_tlsunpadblock() argument
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record_tls13.c23 tls13_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending, ossl_unused SSL_MAC_BUF *mac, ossl_unused size_t macsize) tls13_enc() argument
H A Dtls_pad.c68 ssl3_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, OSSL_LIB_CTX *libctx) ssl3_cbc_remove_padding_and_mac() argument
113 tls1_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, int aead, OSSL_LIB_CTX *libctx) tls1_cbc_remove_padding_and_mac() argument
197 ssl3_cbc_copy_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, size_t good, OSSL_LIB_CTX *libctx) ssl3_cbc_copy_mac() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_local.h18 PKCS12_MAC_DATA *mac; member
/third_party/openssl/crypto/pkcs12/
H A Dp12_local.h18 PKCS12_MAC_DATA *mac; member
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c158 ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, unsigned char *buf, size_t *buflen, size_t blocksize, unsigned char **mac, int *alloced, size_t macsize, int aead) ossl_cipher_tlsunpadblock() argument
H A Dcipher_rc4_hmac_md5_hw.c111 unsigned char mac[MD5_DIGEST_LENGTH]; in cipher_hw_rc4_hmac_md5_cipher() local
/third_party/openssl/ssl/record/
H A Dssl3_record_tls13.c23 tls13_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending, ossl_unused SSL_MAC_BUF *mac, ossl_unused size_t macsize) tls13_enc() argument
/third_party/ffmpeg/libavutil/
H A Ddes.c292 av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt, int mac) av_des_crypt_mac() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_mac.c111 psa_hmac_finish_internal( mbedtls_psa_hmac_operation_t *hmac, uint8_t *mac, size_t mac_size) psa_hmac_finish_internal() argument
372 psa_mac_finish_internal( mbedtls_psa_mac_operation_t *operation, uint8_t *mac, size_t mac_size) psa_mac_finish_internal() argument
403 mbedtls_psa_mac_sign_finish( mbedtls_psa_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_psa_mac_sign_finish() argument
423 mbedtls_psa_mac_verify_finish( mbedtls_psa_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_psa_mac_verify_finish() argument
455 mbedtls_psa_mac_compute( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_psa_mac_compute() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_rc4_hmac_md5.c135 unsigned char mac[MD5_DIGEST_LENGTH]; in rc4_hmac_md5_cipher() local

Completed in 11 milliseconds

123456789