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

  /external/wpa_supplicant_8/src/tls/
pkcs8.h 12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
13 struct crypto_private_key *
pkcs8.c 19 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len)
116 return (struct crypto_private_key *)
121 struct crypto_private_key *
180 struct crypto_private_key *key;
tlsv1_cred.h 15 struct crypto_private_key *key;
tlsv1_cred.c 266 static struct crypto_private_key * tlsv1_set_key_pem(const u8 *key, size_t len)
271 struct crypto_private_key *pkey;
305 static struct crypto_private_key * tlsv1_set_key_enc_pem(const u8 *key,
312 struct crypto_private_key *pkey;
427 struct crypto_private_key *key;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c 19 struct crypto_private_key;
38 struct crypto_private_key * crypto_private_key_import(const u8 *key,
42 struct crypto_private_key *res;
59 return (struct crypto_private_key *)
81 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key,
90 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
105 void crypto_private_key_free(struct crypto_private_key *key)
crypto.h 279 struct crypto_private_key;
312 struct crypto_private_key * crypto_private_key_import(const u8 *key,
364 struct crypto_private_key *key, const u8 *in, size_t inlen,
380 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
402 void crypto_private_key_free(struct crypto_private_key *key);
crypto_libtomcrypt.c 411 struct crypto_private_key { struct
446 struct crypto_private_key * crypto_private_key_import(const u8 *key,
451 struct crypto_private_key *pk;
584 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
602 void crypto_private_key_free(struct crypto_private_key *key)

Completed in 1289 milliseconds