HomeSort by relevance Sort by last modified time
    Searched full:pkey_ctrl (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/asn1/
ameth_lib.c 339 ameth->pkey_ctrl = 0;
377 dst->pkey_ctrl = src->pkey_ctrl;
446 int (*pkey_ctrl)(EVP_PKEY *pkey, int op,
449 ameth->pkey_ctrl = pkey_ctrl;
asn1_locl.h 107 int (*pkey_ctrl)(EVP_PKEY *pkey, int op, long arg1, void *arg2); member in struct:evp_pkey_asn1_method_st
  /external/openssl/crypto/pkcs7/
pk7_lib.c 394 if (pkey->ameth && pkey->ameth->pkey_ctrl)
396 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN,
546 if (!pkey || !pkey->ameth || !pkey->ameth->pkey_ctrl)
553 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_ENCRYPT,
  /external/openssl/crypto/evp/
p_lib.c 461 if (!pkey->ameth || !pkey->ameth->pkey_ctrl)
463 return pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_DEFAULT_MD_NID,
evp.h     [all...]
  /external/openssl/include/openssl/
evp.h     [all...]

Completed in 154 milliseconds