| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| aes.c | 39 EVP_EncryptUpdate(c, out, &len, in, ISC_AES_BLOCK_LENGTH) == 1); 55 EVP_EncryptUpdate(c, out, &len, in, ISC_AES_BLOCK_LENGTH) == 1); 71 EVP_EncryptUpdate(c, out, &len, in, ISC_AES_BLOCK_LENGTH) == 1);
|
| /src/crypto/external/bsd/openssl.old/dist/demos/evp/ |
| aesccm.c | 69 EVP_EncryptUpdate(ctx, NULL, &outlen, NULL, sizeof(ccm_pt)); 71 EVP_EncryptUpdate(ctx, NULL, &outlen, ccm_adata, sizeof(ccm_adata)); 73 EVP_EncryptUpdate(ctx, outbuf, &outlen, ccm_pt, sizeof(ccm_pt));
|
| aesgcm.c | 66 EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad)); 68 EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt));
|
| /src/crypto/external/apache2/openssl/dist/demos/cipher/ |
| aesgcm.c | 110 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) 114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt)))
|
| aesccm.c | 115 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, NULL, sizeof(ccm_pt))) 119 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, ccm_adata, sizeof(ccm_adata))) 123 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, ccm_pt, sizeof(ccm_pt)))
|
| aeskeywrap.c | 88 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, wrap_pt, sizeof(wrap_pt)))
|
| ariacbc.c | 83 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, cbc_pt, sizeof(cbc_pt)))
|
| /src/crypto/external/bsd/openssl/dist/demos/cipher/ |
| aesgcm.c | 110 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) 114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt)))
|
| aesccm.c | 116 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, NULL, sizeof(ccm_pt))) 120 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, ccm_adata, sizeof(ccm_adata))) 124 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, ccm_pt, sizeof(ccm_pt)))
|
| aeskeywrap.c | 86 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, wrap_pt, sizeof(wrap_pt)))
|
| ariacbc.c | 85 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, cbc_pt, sizeof(cbc_pt)))
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_gcm_siv_hw.c | 74 if (!EVP_EncryptUpdate(ctx->ecb_ctx, output, &out_len, data.block, BLOCK_SIZE)) 89 if (!EVP_EncryptUpdate(ctx->ecb_ctx, output, &out_len, data.block, BLOCK_SIZE)) 189 error |= !EVP_EncryptUpdate(ctx->ecb_ctx, ctx->tag, &out_len, S_s, sizeof(S_s)); 259 error |= !EVP_EncryptUpdate(ctx->ecb_ctx, ctx->tag, &out_len, S_s, sizeof(S_s)); 362 error |= !EVP_EncryptUpdate(ctx->ecb_ctx, keystream, &out_len, (uint8_t *)&block, sizeof(block));
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/ |
| gmac_prov.c | 137 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, data, INT_MAX)) 142 return EVP_EncryptUpdate(ctx, NULL, &outlen, data, datalen);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| aesgcmtest.c | 54 && TEST_true(EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, 57 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt,
|
| evp_libctx_test.c | 404 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, sizeof(in))) 406 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out2, &out2_len, in, sizeof(in)), 410 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out3, &out3_len, in, sizeof(in)), 435 * EVP_EncryptUpdate() in order to test that the second init/update is not using 498 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, in_len)) 500 || !TEST_true(EVP_EncryptUpdate(ctx, out2, &out2_len, in, in_len))) 509 || !TEST_true(EVP_EncryptUpdate(ctx, out3, &out3_len, in, in_len)))
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| gmac_prov.c | 137 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, data, INT_MAX)) 142 return EVP_EncryptUpdate(ctx, NULL, &outlen, data, datalen);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| aesgcmtest.c | 52 && TEST_true(EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, 54 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt,
|
| evp_libctx_test.c | 368 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, sizeof(in))) 370 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out2, &out2_len, in, sizeof(in)), 374 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out3, &out3_len, in, sizeof(in)), 399 * EVP_EncryptUpdate() in order to test that the second init/update is not using 454 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, in_len)) 456 || !TEST_true(EVP_EncryptUpdate(ctx, out2, &out2_len, in, in_len))) 464 || !TEST_true(EVP_EncryptUpdate(ctx, out3, &out3_len, in, in_len)))
|
| /src/crypto/external/apache2/openssl/dist/demos/mac/ |
| poly1305.c | 153 if (!EVP_EncryptUpdate(aesctx, composite_key + 16, &aes_len, 155 fprintf(stderr, "EVP_EncryptUpdate() failed\n");
|
| /src/crypto/external/bsd/openssl/dist/demos/mac/ |
| poly1305.c | 153 if (!EVP_EncryptUpdate(aesctx, composite_key + 16, &aes_len, 155 fprintf(stderr, "EVP_EncryptUpdate() failed\n");
|
| /src/crypto/external/bsd/openssl/dist/crypto/cms/ |
| cms_pwri.c | 278 if (!EVP_EncryptUpdate(ctx, out, &dummy, out, olen) 279 || !EVP_EncryptUpdate(ctx, out, &dummy, out, olen))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
| cms_pwri.c | 264 if (!EVP_EncryptUpdate(ctx, out, &dummy, out, olen) 265 || !EVP_EncryptUpdate(ctx, out, &dummy, out, olen))
|
| /src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/ |
| symmetric.c | 79 if (!EVP_EncryptUpdate(ctx, out, (int *)out_len, in, in_len)) { 303 if (!EVP_EncryptUpdate(ctx, outiv_ptr, &outiv_len, in, in_len)) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/cms/ |
| cms_pwri.c | 294 if (!EVP_EncryptUpdate(ctx, out, &dummy, out, olen) 295 || !EVP_EncryptUpdate(ctx, out, &dummy, out, olen))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| evp_enc.c | 214 return EVP_EncryptUpdate(ctx, out, outl, in, inl); 398 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
|