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

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 641 struct crypto_public_key { struct
652 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
667 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
670 struct crypto_public_key *pk;
710 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
754 void crypto_public_key_free(struct crypto_public_key *key)
crypto_libtomcrypt.c 414 struct crypto_public_key { struct
423 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
426 struct crypto_public_key *pk;
484 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
581 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
599 void crypto_public_key_free(struct crypto_public_key *key)
617 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
  /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 849 milliseconds