Home
last modified time | relevance | path

Searched refs:decoded_alias (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c184 unsigned char *decoded_alias; in tls_add_ca_from_keystore_encoded() local
192 decoded_alias = os_malloc(len / 2 + 1); in tls_add_ca_from_keystore_encoded()
193 if (decoded_alias) { in tls_add_ca_from_keystore_encoded()
194 if (!hexstr2bin(encoded_key_alias, decoded_alias, len / 2)) { in tls_add_ca_from_keystore_encoded()
195 decoded_alias[len / 2] = '\0'; in tls_add_ca_from_keystore_encoded()
197 ctx, (const char *) decoded_alias); in tls_add_ca_from_keystore_encoded()
199 os_free(decoded_alias); in tls_add_ca_from_keystore_encoded()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c189 unsigned char *decoded_alias; in tls_add_ca_from_keystore_encoded() local
197 decoded_alias = os_malloc(len / 2 + 1); in tls_add_ca_from_keystore_encoded()
198 if (decoded_alias) { in tls_add_ca_from_keystore_encoded()
199 if (!hexstr2bin(encoded_key_alias, decoded_alias, len / 2)) { in tls_add_ca_from_keystore_encoded()
200 decoded_alias[len / 2] = '\0'; in tls_add_ca_from_keystore_encoded()
202 ctx, (const char *) decoded_alias); in tls_add_ca_from_keystore_encoded()
204 os_free(decoded_alias); in tls_add_ca_from_keystore_encoded()

Completed in 13 milliseconds