| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| cmeth_lib.c | 72 int (*do_cipher) (EVP_CIPHER_CTX *ctx, 77 cipher->do_cipher = do_cipher; 125 return cipher->do_cipher;
|
| evp_enc.c | 328 i = ctx->cipher->do_cipher(ctx, out, in, inl); 342 if (ctx->cipher->do_cipher(ctx, out, in, inl)) { 376 if (!ctx->cipher->do_cipher(ctx, out, ctx->buf, bl)) 386 if (!ctx->cipher->do_cipher(ctx, out, in, inl)) 429 ret = ctx->cipher->do_cipher(ctx, out, NULL, 0); 457 ret = ctx->cipher->do_cipher(ctx, out, ctx->buf, b); 500 fix_len = ctx->cipher->do_cipher(ctx, out, in, inl); 581 i = ctx->cipher->do_cipher(ctx, out, NULL, 0);
|
| evp_lib.c | 195 return ctx->cipher->do_cipher(ctx, out, in, inl);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| cmeth_lib.c | 108 int (*do_cipher)(EVP_CIPHER_CTX *ctx, 113 if (cipher->do_cipher != NULL) 116 cipher->do_cipher = do_cipher; 175 return cipher->do_cipher;
|
| evp_enc.c | 903 i = ctx->cipher->do_cipher(ctx, out, in, inl); 921 if (ctx->cipher->do_cipher(ctx, out, in, inl)) { 954 if (!ctx->cipher->do_cipher(ctx, out, ctx->buf, bl)) 964 if (!ctx->cipher->do_cipher(ctx, out, in, inl)) 1093 ret = ctx->cipher->do_cipher(ctx, out, NULL, 0); 1120 ret = ctx->cipher->do_cipher(ctx, out, ctx->buf, b); 1195 fix_len = ctx->cipher->do_cipher(ctx, out, in, inl); 1321 i = ctx->cipher->do_cipher(ctx, out, NULL, 0);
|
| evp_lib.c | 419 return ctx->cipher->do_cipher(ctx, out, in, inl);
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| cmeth_lib.c | 107 int (*do_cipher) (EVP_CIPHER_CTX *ctx, 112 if (cipher->do_cipher != NULL) 115 cipher->do_cipher = do_cipher; 175 return cipher->do_cipher;
|
| evp_enc.c | 576 i = ctx->cipher->do_cipher(ctx, out, in, inl); 594 if (ctx->cipher->do_cipher(ctx, out, in, inl)) { 627 if (!ctx->cipher->do_cipher(ctx, out, ctx->buf, bl)) 637 if (!ctx->cipher->do_cipher(ctx, out, in, inl)) 762 ret = ctx->cipher->do_cipher(ctx, out, NULL, 0); 789 ret = ctx->cipher->do_cipher(ctx, out, ctx->buf, b); 859 fix_len = ctx->cipher->do_cipher(ctx, out, in, inl); 985 i = ctx->cipher->do_cipher(ctx, out, NULL, 0);
|
| evp_lib.c | 434 return ctx->cipher->do_cipher(ctx, out, in, inl);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp.c | 870 ret = (*ctx->cipher->do_cipher)(ctx, out, in, inlen); 894 ret = (*ctx->cipher->do_cipher)(ctx, out, ctx->buf, blocksize); 910 ret = (*ctx->cipher->do_cipher)(ctx, out, in, inlen); 955 ret = (*ctx->cipher->do_cipher)(ctx, out, ctx->buf, blocksize); 980 return ctx->cipher->do_cipher(ctx, out, in, size);
|
| evp.h | 172 int (*do_cipher)(EVP_CIPHER_CTX *, unsigned char *, member in struct:hc_CIPHER
|
| evp-openssl.c | 234 hc_evp->do_cipher = cipher_do_cipher;
|
| /src/crypto/external/bsd/openssh/dist/ |
| cipher-ctr-mt.c | 468 aes_ctr.do_cipher = ssh_aes_ctr;
|
| /src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| evp.h | 143 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 307 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 317 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| evp.h | 198 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| evp.h | 253 int (*do_cipher) (EVP_CIPHER_CTX *ctx,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| evp.h | 270 int (*do_cipher)(EVP_CIPHER_CTX *ctx,
|