Home
last modified time | relevance | path

Searched defs:pk (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
A Ded25519_set_key.c33 const unsigned char *pk, unsigned long pklen, in ed25519_set_key()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dpkparse.c611 mbedtls_pk_context *pk ) in mbedtls_pk_parse_subpubkey()
1000 mbedtls_pk_context *pk, in pk_parse_key_pkcs8_unencrypted_der()
1097 mbedtls_pk_context *pk, in pk_parse_key_pkcs8_encrypted_der()
1216 int mbedtls_pk_parse_key( mbedtls_pk_context *pk, in mbedtls_pk_parse_key()
A Ddebug.c278 const char *text, const mbedtls_pk_context *pk ) in debug_print_pk()
A Dpk.c593 int mbedtls_pk_wrap_as_opaque( mbedtls_pk_context *pk, in mbedtls_pk_wrap_as_opaque()
A Decdsa.c264 mbedtls_mpi *pk = &k, *pr = r; in ecdsa_sign_restartable() local
A Dssl_srv.c908 static int ssl_check_key_curve( mbedtls_pk_context *pk, in ssl_check_key_curve()
A Dssl_tls.c2634 const mbedtls_pk_context *pk = &chain->pk; in ssl_parse_certificate_verify() local
7100 unsigned char mbedtls_ssl_sig_from_pk( mbedtls_pk_context *pk ) in mbedtls_ssl_sig_from_pk()
A Dx509_crt.c195 const mbedtls_pk_context *pk ) in x509_profile_check_key()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dpk.h212 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
225 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
A Dx509_csr.h59 mbedtls_pk_context pk; /**< Container for the public key context. */ member
A Dx509_crt.h73 mbedtls_pk_context pk; /**< Container for the public key context. */ member
235 mbedtls_pk_restart_ctx pk; member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dpk.h212 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
225 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
A Dx509_csr.h59 mbedtls_pk_context pk; /**< Container for the public key context. */ member
A Dx509_crt.h73 mbedtls_pk_context pk; /**< Container for the public key context. */ member
235 mbedtls_pk_restart_ctx pk; member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dpk.h212 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
225 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
A Dx509_csr.h59 mbedtls_pk_context pk; /**< Container for the public key context. */ member
A Dx509_crt.h73 mbedtls_pk_context pk; /**< Container for the public key context. */ member
235 mbedtls_pk_restart_ctx pk; member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk.h212 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
225 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
A Dx509_csr.h59 mbedtls_pk_context pk; /**< Container for the public key context. */ member
A Dx509_crt.h73 mbedtls_pk_context pk; /**< Container for the public key context. */ member
235 mbedtls_pk_restart_ctx pk; member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dpk.h212 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
225 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
A Dx509_csr.h59 mbedtls_pk_context pk; /**< Container for the public key context. */ member
A Dx509_crt.h73 mbedtls_pk_context pk; /**< Container for the public key context. */ member
235 mbedtls_pk_restart_ctx pk; member
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c313 int tweetnacl_crypto_sk_to_pk(u8 *pk, const u8 *sk) in tweetnacl_crypto_sk_to_pk()
328 int tweetnacl_crypto_sign_keypair(prng_state *prng, int wprng, u8 *pk, u8 *sk) in tweetnacl_crypto_sign_keypair()
386 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk) in tweetnacl_crypto_sign()
454 int tweetnacl_crypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen,const u8 *pk) in tweetnacl_crypto_sign_open()

Completed in 73 milliseconds