HomeSort by: relevance | last modified time | path
    Searched defs:rsa_init (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/asymciphers/
rsa_enc.c 96 static int rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], function
139 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_ENCRYPT,
146 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_DECRYPT,
  /src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/
rsa_enc.c 94 static int rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], function
126 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_ENCRYPT);
132 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_DECRYPT);

Completed in 103 milliseconds