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

  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 302 EVP_CIPHER_CTX *to_ctx = (EVP_CIPHER_CTX *)p2; local
311 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx);
313 return cipher_init(to_ctx, cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx),
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 361 EVP_CIPHER_CTX *to_ctx = (EVP_CIPHER_CTX *)p2; local
370 to_cipher_ctx = (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx);
372 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx),
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 366 EVP_CIPHER_CTX *to_ctx = (EVP_CIPHER_CTX *)p2; local
376 (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx);
378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx),

Completed in 26 milliseconds