Searched refs:pkey (Results 1 – 10 of 10) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | evp.h | 149 } pkey; member 491 # define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ argument 496 # define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\ argument 501 # define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\ argument 506 # define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\ argument 652 EVP_PKEY *pkey); 950 int EVP_PKEY_id(const EVP_PKEY *pkey); 952 int EVP_PKEY_bits(EVP_PKEY *pkey); 953 int EVP_PKEY_size(EVP_PKEY *pkey); 957 void *EVP_PKEY_get0(EVP_PKEY *pkey); [all …]
|
A D | x509.h | 160 EVP_PKEY *pkey; member 573 ASN1_TYPE *pkey; member 702 int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey); 704 int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey); 741 int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey); 743 int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey); 787 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey); 895 EVP_PKEY *pkey, const EVP_MD *type); 910 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey); 917 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey); [all …]
|
A D | pkcs7.h | 100 EVP_PKEY *pkey; member 294 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey, 308 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert); 311 EVP_PKEY *pkey, const EVP_MD *dgst); 338 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, 342 X509 *signcert, EVP_PKEY *pkey, 352 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data,
|
A D | ocsp.h | 372 # define OCSP_REQUEST_sign(o,pkey,md) \ argument 375 o->optionalSignature->signature,o->tbsRequest,pkey,md) 377 # define OCSP_BASICRESP_sign(o,pkey,md,d) \ argument 379 o->signature,o->tbsResponseData,pkey,md)
|
A D | cms.h | 146 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, 151 X509 *signcert, EVP_PKEY *pkey, 185 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 201 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
|
A D | pkcs12.h | 255 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, 257 PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
|
A D | ssl.h | 999 int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); 1253 EVP_PKEY **pkey)); 1255 EVP_PKEY **pkey); 2178 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey); 2275 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey);
|
A D | engine.h | 343 X509 **pcert, EVP_PKEY **pkey,
|
A D | x509_vfy.h | 130 EVP_PKEY *pkey; member
|
A D | pem.h | 443 unsigned int *siglen, EVP_PKEY *pkey);
|
Completed in 36 milliseconds