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

  /external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c 18 struct crypto_public_key;
22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
24 return (struct crypto_public_key *)
29 struct crypto_public_key *
33 return (struct crypto_public_key *)
64 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
72 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
99 void crypto_public_key_free(struct crypto_public_key *key)
111 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
crypto.h 281 struct crypto_public_key;
298 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len);
300 struct crypto_public_key *
333 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
350 struct crypto_public_key *key, const u8 *in, size_t inlen,
395 void crypto_public_key_free(struct crypto_public_key *key);
417 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
crypto_libtomcrypt.c 408 struct crypto_public_key { struct
417 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
420 struct crypto_public_key *pk;
479 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
576 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
594 void crypto_public_key_free(struct crypto_public_key *key)
612 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
  /external/wpa_supplicant_8/src/tls/
pkcs1.h 12 struct crypto_public_key;
24 int pkcs1_v15_sig_ver(struct crypto_public_key *pk,
tlsv1_client_i.h 41 struct crypto_public_key *server_rsa_key;
tlsv1_server_i.h 33 struct crypto_public_key *client_rsa_key;
tlsv1_common.h 253 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
271 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk,
tlsv1_common.c 163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk)
414 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk,
pkcs1.c 196 int pkcs1_v15_sig_ver(struct crypto_public_key *pk,
x509v3.c     [all...]

Completed in 227 milliseconds