Searched refs:do_cipher (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | cipher-bf1.c | 79 orig_bf = ssh1_bf.do_cipher; in evp_ssh1_bf() 81 ssh1_bf.do_cipher = bf_ssh1_cipher; in evp_ssh1_bf()
|
| D | cipher-ctr.c | 136 aes_ctr.do_cipher = ssh_aes_ctr; in evp_aes_128_ctr()
|
| D | cipher-3des1.c | 164 ssh1_3des.do_cipher = ssh1_3des_cbc; in evp_ssh1_3des()
|
| /mirbsd/src/lib/libssl/src/crypto/evp/ |
| D | evp_enc.c | 335 if(ctx->cipher->do_cipher(ctx,out,in,inl)) in EVP_EncryptUpdate() 362 if(!ctx->cipher->do_cipher(ctx,out,ctx->buf,bl)) return 0; in EVP_EncryptUpdate() 375 if(!ctx->cipher->do_cipher(ctx,out,in,inl)) return 0; in EVP_EncryptUpdate() 418 ret=ctx->cipher->do_cipher(ctx,out,ctx->buf,b); in EVP_EncryptFinal_ex()
|
| D | evp.h | 298 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member 468 #define EVP_Cipher(c,o,i,l) (c)->cipher->do_cipher((c),(o),(i),(l))
|
| /mirbsd/src/lib/libssl/src/crypto/engine/ |
| D | hw_cryptodev.c | 770 cryptodev_aes_128_cbc.do_cipher = xcrypt_cipher; in check_viac3aes() 775 cryptodev_aes_192_cbc.do_cipher = xcrypt_cipher; in check_viac3aes() 780 cryptodev_aes_256_cbc.do_cipher = xcrypt_cipher; in check_viac3aes()
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 2229 void (*do_cipher)(); /* encrypt data */
|