/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 | tls_openssl_ocsp.c | 248 BIO *out; in generalizedtime_str() local 265 BIO *out; in responderid_str() local 289 BIO *out; in octet_string_str() local 302 BIO *out; in integer_str() local 315 BIO *out; in algor_str() local 328 BIO *out; in extensions_str() local
|
D | tls_internal.c | 409 int skip_keyblock, u8 *out, size_t out_len) in tls_connection_prf() 449 size_t context_len, u8 *out, size_t out_len) in tls_connection_export_key() 457 u8 *out, size_t out_len) in tls_connection_get_eap_fast_key() 483 struct wpabuf *out; in tls_connection_handshake2() local 526 struct wpabuf *out; in tls_connection_server_handshake() local
|
D | aes-encblock.c | 23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) in aes_128_encrypt_block()
|
D | aes-siv.c | 122 u8 *out) in aes_siv_encrypt() 165 u8 *out) in aes_siv_decrypt()
|
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 | sha384-internal.c | 78 int sha384_done(struct sha384_state *md, unsigned char *out) in sha384_done()
|
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_none.c | 98 size_t context_len, u8 *out, size_t out_len) in tls_connection_export_key() 105 u8 *out, size_t out_len) in tls_connection_get_eap_fast_key()
|
/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()
|
/hostap-latest/src/utils/ |
D | http_curl.c | 182 BIO *out; in debug_dump_cert() local 584 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) in i2r_HashAlgAndValue() 600 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) in i2r_LogotypeDetails() 630 static void i2r_LogotypeImageInfo(LogotypeImageInfo *info, BIO *out, int indent) in i2r_LogotypeImageInfo() 668 static void i2r_LogotypeImage(LogotypeImage *image, BIO *out, int indent) in i2r_LogotypeImage() 679 static void i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, in i2r_LogotypeData() 699 BIO *out, int indent) in i2r_LogotypeReference() 729 static void i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, in i2r_LogotypeInfo() 744 BIO *out; in debug_print_logotypeext() local 897 BIO *out; in validate_server_cert() local [all …]
|
D | base64.c | 29 char *out, *pos; in base64_gen_encode() local 92 unsigned char dtable[256], *out, *pos, block[4], tmp; in base64_gen_decode() local
|
/hostap-latest/tests/fuzzing/tls-client/ |
D | tls-client.c | 63 struct wpabuf *in = NULL, *out = NULL, *appl; in LLVMFuzzerTestOneInput() local
|
/hostap-latest/tests/fuzzing/tls-server/ |
D | tls-server.c | 63 struct wpabuf *in = NULL, *out = NULL, *appl; in LLVMFuzzerTestOneInput() local
|
/hostap-latest/src/eap_server/ |
D | eap_server_tls_common.c | 119 u8 *out; in eap_server_tls_derive_key() local 153 u8 *out; in eap_server_tls_derive_session_id() local
|
/hostap-latest/src/radius/ |
D | radius_client.c | 386 struct wpabuf *out = NULL; in radius_client_retransmit() local 857 struct wpabuf *out = NULL; in radius_client_send() local 980 struct wpabuf *in, *out = NULL, *appl; in radius_client_process_tls_handshake() local 1156 struct wpabuf *out, *in; in radius_client_receive() local 1319 struct wpabuf *in, *out = NULL, *appl; in radius_client_write_ready() local
|
/hostap-latest/tests/ |
D | test-https.c | 76 struct wpabuf *in, *out, *appl; in https_client() local
|
D | test-https_server.c | 82 struct wpabuf *in, *out, *appl; in https_server() local
|
/hostap-latest/src/wps/ |
D | upnp_xml.c | 78 int xml_next_tag(const char *in, const char **out, in xml_next_tag()
|
/hostap-latest/src/eap_common/ |
D | eap_fast_common.c | 98 u8 *out; in eap_fast_derive_key() local
|