Searched defs:crypto_public_key (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_libtomcrypt.c407 struct crypto_public_key { struct
416 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
419 struct crypto_public_key *pk;
478 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
575 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
593 void crypto_public_key_free(struct crypto_public_key *key)
611 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_libtomcrypt.c407 struct crypto_public_key { struct
416 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
419 struct crypto_public_key *pk;
478 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
575 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
593 void crypto_public_key_free(struct crypto_public_key *key)
611 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c407 struct crypto_public_key { struct
416 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
419 struct crypto_public_key *pk;
478 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
575 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
593 void crypto_public_key_free(struct crypto_public_key *key)
611 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,

Completed in 157 milliseconds