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

  /external/wpa_supplicant_8/src/tls/
pkcs8.h 18 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
19 struct crypto_private_key *
pkcs8.c 25 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len)
122 return (struct crypto_private_key *)
127 struct crypto_private_key *
186 struct crypto_private_key *key;
tlsv1_cred.h 21 struct crypto_private_key *key;
tlsv1_cred.c 218 static struct crypto_private_key * tlsv1_set_key_pem(const u8 *key, size_t len)
223 struct crypto_private_key *pkey;
250 static struct crypto_private_key * tlsv1_set_key_enc_pem(const u8 *key,
257 struct crypto_private_key *pkey;
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c 26 struct crypto_private_key;
36 struct crypto_private_key * crypto_private_key_import(const u8 *key,
40 struct crypto_private_key *res;
57 return (struct crypto_private_key *)
79 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key,
88 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
103 void crypto_private_key_free(struct crypto_private_key *key)
crypto_libtomcrypt.c 417 struct crypto_private_key { struct
452 struct crypto_private_key * crypto_private_key_import(const u8 *key,
457 struct crypto_private_key *pk;
590 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
608 void crypto_private_key_free(struct crypto_private_key *key)
crypto_cryptoapi.c 642 struct crypto_private_key { struct
655 struct crypto_private_key * crypto_private_key_import(const u8 *key,
742 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
761 void crypto_private_key_free(struct crypto_private_key *key)
crypto.h 276 struct crypto_private_key;
305 struct crypto_private_key * crypto_private_key_import(const u8 *key,
357 struct crypto_private_key *key, const u8 *in, size_t inlen,
373 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
395 void crypto_private_key_free(struct crypto_private_key *key);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.h 21 struct crypto_private_key *key;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 428 struct crypto_private_key;
439 static struct crypto_private_key *
537 return (struct crypto_private_key *)
543 struct crypto_private_key * crypto_private_key_import(const u8 *key,
546 struct crypto_private_key *res;
556 return (struct crypto_private_key *)
658 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key,
691 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
706 void crypto_private_key_free(struct crypto_private_key *key)
crypto.h 256 struct crypto_private_key;
284 struct crypto_private_key * crypto_private_key_import(const u8 *key,
335 struct crypto_private_key *key, const u8 *in, size_t inlen,
351 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
373 void crypto_private_key_free(struct crypto_private_key *key);
crypto_libtomcrypt.c 418 struct crypto_private_key { struct
453 struct crypto_private_key * crypto_private_key_import(const u8 *key,
457 struct crypto_private_key *pk;
590 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
608 void crypto_private_key_free(struct crypto_private_key *key)
crypto_cryptoapi.c 646 struct crypto_private_key { struct
659 struct crypto_private_key * crypto_private_key_import(const u8 *key,
745 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
764 void crypto_private_key_free(struct crypto_private_key *key)
  /external/wpa_supplicant/
crypto_internal.c 427 struct crypto_private_key;
437 struct crypto_private_key * crypto_private_key_import(const u8 *key,
440 return (struct crypto_private_key *)
542 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
557 void crypto_private_key_free(struct crypto_private_key *key)
crypto_libtomcrypt.c 418 struct crypto_private_key { struct
453 struct crypto_private_key * crypto_private_key_import(const u8 *key,
457 struct crypto_private_key *pk;
590 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
608 void crypto_private_key_free(struct crypto_private_key *key)
crypto.h 255 struct crypto_private_key;
283 struct crypto_private_key * crypto_private_key_import(const u8 *key,
333 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
355 void crypto_private_key_free(struct crypto_private_key *key);
crypto_cryptoapi.c 661 struct crypto_private_key { struct
674 struct crypto_private_key * crypto_private_key_import(const u8 *key,
760 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
779 void crypto_private_key_free(struct crypto_private_key *key)
tlsv1_client.c 86 struct crypto_private_key *client_key;
    [all...]

Completed in 246 milliseconds