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

  /external/wpa_supplicant/
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_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_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...]
  /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.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_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_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)

Completed in 110 milliseconds