Searched refs:decoded_alias (Results 1 – 1 of 1) sorted by relevance
211 unsigned char *decoded_alias; in tls_add_ca_from_keystore_encoded() local219 decoded_alias = os_malloc(len / 2 + 1); in tls_add_ca_from_keystore_encoded()220 if (decoded_alias) { in tls_add_ca_from_keystore_encoded()221 if (!hexstr2bin(encoded_alias, decoded_alias, len / 2)) { in tls_add_ca_from_keystore_encoded()222 decoded_alias[len / 2] = '\0'; in tls_add_ca_from_keystore_encoded()224 ctx, (const char *) decoded_alias); in tls_add_ca_from_keystore_encoded()226 os_free(decoded_alias); in tls_add_ca_from_keystore_encoded()