Searched defs:pk (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | pkparse.c | 611 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 D | debug.c | 278 const char *text, const mbedtls_pk_context *pk ) in debug_print_pk()
|
A D | pk.c | 593 int mbedtls_pk_wrap_as_opaque( mbedtls_pk_context *pk, in mbedtls_pk_wrap_as_opaque()
|
A D | ecdsa.c | 264 mbedtls_mpi *pk = &k, *pr = r; in ecdsa_sign_restartable() local
|
A D | ssl_srv.c | 927 static int ssl_check_key_curve( mbedtls_pk_context *pk, in ssl_check_key_curve()
|
A D | ssl_tls.c | 2716 const mbedtls_pk_context *pk = &chain->pk; in ssl_parse_certificate_verify() local 7180 unsigned char mbedtls_ssl_sig_from_pk( mbedtls_pk_context *pk ) in mbedtls_ssl_sig_from_pk()
|
A D | x509_crt.c | 193 const mbedtls_pk_context *pk ) in x509_profile_check_key()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | pk.h | 644 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa() 668 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
|
A D | x509_csr.h | 59 mbedtls_pk_context pk; /**< Container for the public key context. */ member
|
A D | x509_crt.h | 73 mbedtls_pk_context pk; /**< Container for the public key context. */ member 237 mbedtls_pk_restart_ctx pk; member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 310 int tweetnacl_crypto_sk_to_pk(u8 *pk, const u8 *sk) in tweetnacl_crypto_sk_to_pk() 325 int tweetnacl_crypto_sign_keypair(prng_state *prng, int wprng, u8 *pk, u8 *sk) in tweetnacl_crypto_sign_keypair() 383 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk, const u… in tweetnacl_crypto_sign() 451 …ypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen,const u8 *ctx,u64 cs,const u8 *pk) in tweetnacl_crypto_sign_open()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_attributes.c | 2242 mbedtls_pk_context pk = { }; in set_private_key_data_rsa() local 2434 mbedtls_pk_context pk = { }; in encode_rsa_private_key_der() local
|
Completed in 42 milliseconds