HomeSort by: relevance | last modified time | path
    Searched refs:EVP_ORIG_METH (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
cmeth_lib.c 31 cipher->origin = EVP_ORIG_METH;
54 to->origin = EVP_ORIG_METH;
61 if (cipher == NULL || cipher->origin != EVP_ORIG_METH)
evp_lib.c 830 md->origin = EVP_ORIG_METH;
851 to->origin = EVP_ORIG_METH;
866 if (md == NULL || md->origin != EVP_ORIG_METH)
evp_enc.c 151 || (cipher != NULL && cipher->origin == EVP_ORIG_METH)
153 && ctx->cipher->origin == EVP_ORIG_METH)) {
508 || (cipher != NULL && cipher->origin == EVP_ORIG_METH)
510 && ctx->cipher->origin == EVP_ORIG_METH)) {
digest.c 232 || (type != NULL && type->origin == EVP_ORIG_METH)
234 && ctx->digest->origin == EVP_ORIG_METH)) {
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
cmeth_lib.c 31 cipher->origin = EVP_ORIG_METH;
53 to->origin = EVP_ORIG_METH;
60 if (cipher == NULL || cipher->origin != EVP_ORIG_METH)
evp_lib.c 824 md->origin = EVP_ORIG_METH;
845 to->origin = EVP_ORIG_METH;
860 if (md == NULL || md->origin != EVP_ORIG_METH)
digest.c 228 || (type != NULL && type->origin == EVP_ORIG_METH)
230 && ctx->digest->origin == EVP_ORIG_METH)) {
evp_enc.c 140 || (cipher != NULL && cipher->origin == EVP_ORIG_METH)
142 && ctx->cipher->origin == EVP_ORIG_METH)) {
  /src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h 245 #define EVP_ORIG_METH 2
  /src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h 254 #define EVP_ORIG_METH 2

Completed in 20 milliseconds