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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-openssl.c 184 cipher_ctrl(hc_EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) function
238 hc_evp->ctrl = cipher_ctrl;
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 298 static int cipher_ctrl(EVP_CIPHER_CTX *ctx, int type, int p1, void* p2) function
385 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl)
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 358 static int cipher_ctrl(EVP_CIPHER_CTX *ctx, int type, int p1, void *p2) function
485 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl)
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 362 static int cipher_ctrl(EVP_CIPHER_CTX *ctx, int type, int p1, void* p2) function
494 || !EVP_CIPHER_meth_set_ctrl(known_cipher_methods[i], cipher_ctrl)

Completed in 28 milliseconds