HomeSort by relevance Sort by last modified time
    Searched defs:crypto_public_key (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 631 struct crypto_public_key { struct
642 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
658 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
661 struct crypto_public_key *pk;
701 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
745 void crypto_public_key_free(struct crypto_public_key *key)
crypto_libtomcrypt.c 407 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 122 milliseconds