/hostap-latest/src/crypto/ |
D | crypto_internal-rsa.c | 74 u8 *out, size_t *outlen) in crypto_public_key_encrypt_pkcs1_v15() 83 u8 *out, size_t *outlen) in crypto_private_key_decrypt_pkcs1_v15() 92 u8 *out, size_t *outlen) in crypto_private_key_sign_pkcs1()
|
D | sha256-kdf.c | 34 u8 *out, size_t outlen) in hmac_sha256_kdf()
|
D | sha256-tlsprf.c | 30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha256()
|
D | sha384-kdf.c | 34 u8 *out, size_t outlen) in hmac_sha384_kdf()
|
D | sha384-tlsprf.c | 30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha384()
|
D | sha512-kdf.c | 34 u8 *out, size_t outlen) in hmac_sha512_kdf()
|
D | crypto_libtomcrypt.c | 492 u8 *out, size_t *outlen) in pkcs1_generate_encryption_block() 555 u8 *out, size_t *outlen) in crypto_rsa_encrypt_pkcs1() 581 u8 *out, size_t *outlen) in crypto_public_key_encrypt_pkcs1_v15() 590 u8 *out, size_t *outlen) in crypto_private_key_sign_pkcs1()
|
D | sha1-tlsprf.c | 31 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha1_md5()
|
D | tls_mbedtls_alt.c | 2618 …ret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha1_md5() 2634 …ret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha256() 2650 …ret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha384()
|
D | crypto_mbedtls_alt.c | 541 …ret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in hmac_sha512_kdf() 547 …ret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in hmac_sha384_kdf() 553 …ret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in hmac_sha256_kdf()
|
D | tls_openssl.c | 89 size_t outlen) in SSL_get_client_random() 99 size_t outlen) in SSL_get_server_random() 110 unsigned char *out, size_t outlen) in SSL_SESSION_get_master_key()
|
D | crypto_openssl.c | 1804 size_t outlen, i; in omac1_aes_vector() local 4515 size_t outlen; in crypto_rsa_oaep_sha256_encrypt() local 4552 size_t outlen; in crypto_rsa_oaep_sha256_decrypt() local
|
/hostap-latest/src/tls/ |
D | pkcs1.c | 20 u8 *out, size_t *outlen) in pkcs1_generate_encryption_block() 83 u8 *out, size_t *outlen) in pkcs1_encrypt() 99 u8 *out, size_t *outlen) in pkcs1_v15_private_key_decrypt()
|
D | rsa.c | 256 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod()
|
D | tlsv1_common.c | 322 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf()
|
D | tlsv1_server_read.c | 602 size_t outlen, outbuflen; in tls_process_client_key_exchange_rsa() local
|
/hostap-latest/src/eap_common/ |
D | eap_teap_common.c | 75 u8 *out, size_t outlen) in eap_teap_tls_prf()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_psk.py | 1443 def sha1_prf(key, label, data, outlen): argument
|
/hostap-latest/src/common/ |
D | dpp_crypto.c | 114 const char *label, u8 *out, size_t outlen) in dpp_hkdf_expand()
|