Searched refs:crypto_public_key_import (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-rsa.c22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) function
H A Dcrypto.h285 * crypto_public_key_import - Import an RSA public key
298 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len);
327 * certificate and public key is imported using crypto_public_key_import().
H A Dcrypto_libtomcrypt.c420 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) function
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_common.c193 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len);
H A Dx509v3.c1791 pk = crypto_public_key_import(issuer->public_key,

Completed in 89 milliseconds