Home | History | Annotate | Download | only in pkcs7

Lines Matching refs:cipher

111 	BIO_TYPE_CIPHER,"cipher",
302 EVP_CipherUpdate(&(ctx->cipher),
342 EVP_CipherInit_ex(&(ctx->cipher),NULL,NULL,NULL,NULL,
343 ctx->cipher.berrypt);
379 ret=EVP_CipherFinal_ex(&(ctx->cipher),
404 memcpy(&(dctx->cipher),&(ctx->cipher),sizeof(ctx->cipher));
441 memcpy(ctx->cipher,c,sizeof(EVP_CIPHER_CTX));
461 EVP_CipherInit_ex(&(ctx->cipher),c,NULL,k,i,e);