Home
last modified time | relevance | path

Searched defs:pkey (Results 1 - 25 of 698) sorted by relevance

12345678910>>...28

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509type.c16 int X509_certificate_type(const X509 *x, const EVP_PKEY *pkey) in X509_certificate_type() argument
H A Dx509_r2x.c20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509() argument
H A Dx509rset.c34 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey() argument
H A Dx509spki.c14 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey) in NETSCAPE_SPKI_set_pubkey() argument
H A Dx_req.c72 EVP_PKEY *pkey = X509_PUBKEY_get0(old->req_info.pubkey); in req_cb() local
/third_party/openssl/crypto/x509/
H A Dx509type.c16 int X509_certificate_type(const X509 *x, const EVP_PKEY *pkey) in X509_certificate_type() argument
H A Dx509rset.c34 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey() argument
H A Dx509_r2x.c20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dmman.h17 arch_calc_vm_prot_bits(unsigned long prot, unsigned long pkey) arch_calc_vm_prot_bits() argument
/kernel/linux/linux-5.10/security/selinux/include/
H A Dibpkey.h25 static inline int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey, u32 *sid) in sel_ib_pkey_sid() argument
/kernel/linux/linux-6.6/security/selinux/include/
H A Dibpkey.h28 static inline int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey, u32 *sid) in sel_ib_pkey_sid() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dt_spki.c22 EVP_PKEY *pkey; in NETSCAPE_SPKI_print() local
/third_party/openssl/demos/pkcs12/
H A Dpkwrite.c21 EVP_PKEY *pkey; in main() local
/third_party/openssl/crypto/asn1/
H A Dt_spki.c22 EVP_PKEY *pkey; in NETSCAPE_SPKI_print() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmman.h16 arch_calc_vm_prot_bits(unsigned long prot, unsigned long pkey) arch_calc_vm_prot_bits() argument
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A DMakefile
/kernel/linux/linux-6.6/include/net/
H A Darp.h13 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) in arp_hashfn() argument
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A DMakefile
/kernel/linux/linux-5.10/include/net/
H A Darp.h13 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) in arp_hashfn() argument
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpkru.h19 static inline bool __pkru_allows_read(u32 pkru, u16 pkey) in __pkru_allows_read() argument
25 static inline bool __pkru_allows_write(u32 pkru, u16 pkey) in __pkru_allows_write() argument
/third_party/ltp/testcases/kernel/syscalls/pkeys/
H A Dpkey.h20 inline int ltp_pkey_mprotect(void *addr, size_t len, int prot, int pkey) in ltp_pkey_mprotect() argument
30 inline int ltp_pkey_free(int pkey) in ltp_pkey_free() argument
42 int pkey = ltp_pkey_alloc(0, 0); in check_pkey_support() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa_legacy.c19 EVP_PKEY *pkey; in SSL_use_RSAPrivateKey() local
102 EVP_PKEY *pkey; in SSL_CTX_use_RSAPrivateKey() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_legacy.c25 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) in EVP_PKEY_set1_RSA() argument
34 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey) in evp_pkey_get0_RSA_int() argument
43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() argument
48 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) in EVP_PKEY_get1_RSA() argument
58 EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) EVP_PKEY_set1_EC_KEY() argument
69 evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey) evp_pkey_get0_EC_KEY_int() argument
78 EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) EVP_PKEY_get0_EC_KEY() argument
83 EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) EVP_PKEY_get1_EC_KEY() argument
[all...]
H A Dp_sign.c17 EVP_SignFinal_ex(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) EVP_SignFinal_ex() argument
65 EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, EVP_PKEY *pkey) EVP_SignFinal() argument
H A Dp_verify.c17 EVP_VerifyFinal_ex(EVP_MD_CTX *ctx, const unsigned char *sigbuf, unsigned int siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *propq) EVP_VerifyFinal_ex() argument
59 EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf, unsigned int siglen, EVP_PKEY *pkey) EVP_VerifyFinal() argument

Completed in 5 milliseconds

12345678910>>...28