Searched refs:hexstr2bin (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_teap_pac.c246 if (hexstr2bin(value, buf, *len)) {
H A Deap_fast_pac.c245 if (hexstr2bin(value, buf, *len)) {
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_common.c472 if (hexstr2bin(pos, &dev_type[2], 4))
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.c213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.c1993 hexstr2bin(pos, nei_pos, len / 2) < 0) {
H A Ddpp.c4335 hexstr2bin(pos, conf->ssid, conf->ssid_len) < 0)
4359 hexstr2bin(pos, (u8 *) conf->passphrase, pass_len) < 0)
4366 if (hexstr2bin(pos, conf->psk, PMK_LEN) < 0)
5206 hexstr2bin(psk_hex->string, auth->psk, PMK_LEN) < 0) {
8435 hexstr2bin(key, privkey, privkey_len) < 0)
8647 hexstr2bin(key, privkey, privkey_len) < 0)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c130 if (hexstr2bin(pos, (u8 *) buf, len) < 0) {
H A Dwpa_supplicant.c1652 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) {
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c480 if (hexstr2bin(tv->key, key, sizeof(key)) ||
481 hexstr2bin(tv->plaintext, plain, sizeof(plain)) ||
482 hexstr2bin(tv->ciphertext, cipher, sizeof(cipher))) {
H A Dtls_openssl.c194 if (!hexstr2bin(encoded_key_alias, decoded_alias, len / 2)) {
535 if (buf && hexstr2bin(hash, buf, len) == 0) {
2627 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) {
H A Dtls_wolfssl.c1169 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) {
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c232 if (hexstr2bin(fingerprint, digest1, SHA256_MAC_LEN) < 0) {
331 if (hexstr2bin(hash, digest1, SHA256_MAC_LEN) < 0) {

Completed in 294 milliseconds

12