Home
last modified time | relevance | path

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

12345

/third_party/openssl/crypto/asn1/
Dameth_lib.c296 void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public()
300 const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
317 void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_private()
322 const EVP_PKEY *pk), in EVP_PKEY_asn1_set_private()
333 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param()
369 void EVP_PKEY_asn1_set_security_bits(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_security_bits()
402 void EVP_PKEY_asn1_set_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_check()
408 void EVP_PKEY_asn1_set_public_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_public_check()
414 void EVP_PKEY_asn1_set_param_check(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param_check()
420 void EVP_PKEY_asn1_set_set_priv_key(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_set_priv_key()
[all …]
Dp8_pkey.c54 const unsigned char **pk, int *ppklen, in PKCS8_pkey_get0()
/third_party/openssl/crypto/dsa/
Ddsa_prn.c49 EVP_PKEY *pk; in DSA_print() local
63 EVP_PKEY *pk; in DSAparams_print() local
/third_party/libwebsockets/plugins/ssh-base/crypto/
Ded25519.c37 const unsigned char *pk, unsigned char *playground, in get_hram()
55 unsigned char *pk, in crypto_sign_ed25519_keypair()
175 const unsigned char *pk in crypto_sign_ed25519_open()
/third_party/openssl/crypto/x509/
Dx509type.c18 const EVP_PKEY *pk; in X509_certificate_type() local
Dx509_cmp.c359 EVP_PKEY *pk; in X509_chain_check_suiteb() local
430 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags) in X509_CRL_check_suiteb()
446 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags) in X509_CRL_check_suiteb()
/third_party/ejdb/src/jbi/
Djbi_pk_scanner.c10 JQP_EXPR_NODE_PK *pk = (void*) aux->expr; in jbi_pk_scanner() local
/third_party/openssl/crypto/rsa/
Drsa_prn.c34 EVP_PKEY *pk; in RSA_print() local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_pkey.c168 EVP_PKEY *pk; in SSL_CTX_use_PrivateKey_ASN1() local
197 EVP_PKEY *pk; in SSL_use_PrivateKey_ASN1() local
/third_party/openssl/crypto/cms/
Dcms_kari.c155 int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk) in CMS_RecipientInfo_kari_set0_pkey()
258 EVP_PKEY *pk) in cms_kari_create_ephemeral_key()
288 EVP_PKEY *pk, unsigned int flags) in cms_RecipientInfo_kari_init()
Dcms_env.c129 EVP_PKEY *pk, unsigned int flags) in cms_RecipientInfo_ktri_init()
183 EVP_PKEY *pk = NULL; in CMS_add1_recipient_cert() local
232 EVP_PKEY **pk, X509 **recip, in CMS_RecipientInfo_ktri_get0_algs()
911 int cms_pkey_get_ri_type(EVP_PKEY *pk) in cms_pkey_get_ri_type()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/dihedral/
Ddihedral_energy_impl.cu23 … const int *ipn, const float *pk, const float *gamc, const float *gams, in DihedralEnergyKernel()
67 … const int *atom_b, const int *atom_c, const int *atom_d, const int *ipn, const float *pk, in DihedralEnergy()
Ddihedral_atom_energy_impl.cu23 … const int *atom_d, const int *ipn, const float *pk, const float *gamc, in DihedralAtomEnergyKernel()
68const float *pk, const float *gamc, const float *gams, const float *pn, float *ene, in DihedralAtomEnergy()
/third_party/mbedtls/include/mbedtls/
Dpk.h226 static inline mbedtls_rsa_context *mbedtls_pk_rsa( const mbedtls_pk_context pk ) in mbedtls_pk_rsa()
239 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
Dx509_csr.h60 mbedtls_pk_context pk; /**< Container for the public key context. */ member
/third_party/openssl/crypto/pem/
Dpvkfmt.c427 static int do_i2b(unsigned char **out, EVP_PKEY *pk, int ispub) in do_i2b()
476 static int do_i2b_bio(BIO *out, EVP_PKEY *pk, int ispub) in do_i2b_bio()
602 int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk) in i2b_PrivateKey_bio()
607 int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk) in i2b_PublicKey_bio()
782 static int i2b_PVK(unsigned char **out, EVP_PKEY *pk, int enclevel, in i2b_PVK()
867 int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, in i2b_PVK_bio()
/third_party/mbedtls/programs/pkey/
Dpk_verify.c60 mbedtls_pk_context pk; in main() local
Drsa_verify_pss.c63 mbedtls_pk_context pk; in main() local
Dpk_encrypt.c65 mbedtls_pk_context pk; in main() local
Dpk_decrypt.c65 mbedtls_pk_context pk; in main() local
Drsa_sign_pss.c63 mbedtls_pk_context pk; in main() local
/third_party/mbedtls/programs/fuzz/
Dfuzz_pubkey.c10 mbedtls_pk_context pk; in LLVMFuzzerTestOneInput() local
Dfuzz_privkey.c15 mbedtls_pk_context pk; in LLVMFuzzerTestOneInput() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_iir_lattice_q31.c66 q31_t *px1, *px2, *pk, *pv; /* Temporary pointers for state and coef */ in arm_iir_lattice_q31() local
/third_party/openssl/crypto/x509v3/
Dv3_skey.c60 const unsigned char *pk; in s2i_skey_id() local

12345