| /src/crypto/external/bsd/openssl.old/dist/demos/evp/ |
| aesgcm.c | 30 static const unsigned char gcm_pt[] = { variable 57 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); 68 EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt));
|
| aesgcm.c | 30 static const unsigned char gcm_pt[] = { variable 57 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); 68 EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt));
|
| /src/crypto/external/apache2/openssl/dist/demos/cipher/ |
| aesgcm.c | 36 static const unsigned char gcm_pt[] = { variable 85 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); 114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt)))
|
| aesgcm.c | 36 static const unsigned char gcm_pt[] = { variable 85 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); 114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt)))
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| aesgcmtest.c | 21 static const unsigned char gcm_pt[] = { variable 57 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt, 58 sizeof(gcm_pt)) 96 && TEST_mem_eq(gcm_pt, sizeof(gcm_pt), pt, ptlen);
|
| aesgcmtest.c | 21 static const unsigned char gcm_pt[] = { variable 57 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt, 58 sizeof(gcm_pt)) 96 && TEST_mem_eq(gcm_pt, sizeof(gcm_pt), pt, ptlen);
|
| evp_extra_test.c | 6222 const unsigned char *gcm_pt, size_t gcm_pt_s, 6249 gcm_pt, gcm_pt_s)) 6271 const unsigned char *gcm_pt, size_t gcm_pt_s, 6300 || !TEST_mem_eq(outbuf, outlen, gcm_pt, gcm_pt_s)) 6339 static const unsigned char gcm_pt[] = { local 6353 gcm_pt, sizeof(gcm_pt), NULL, 0, 6356 gcm_pt, sizeof(gcm_pt), NULL, 0,
|
| evp_extra_test.c | 6222 const unsigned char *gcm_pt, size_t gcm_pt_s, 6249 gcm_pt, gcm_pt_s)) 6271 const unsigned char *gcm_pt, size_t gcm_pt_s, 6300 || !TEST_mem_eq(outbuf, outlen, gcm_pt, gcm_pt_s)) 6339 static const unsigned char gcm_pt[] = { local 6353 gcm_pt, sizeof(gcm_pt), NULL, 0, 6356 gcm_pt, sizeof(gcm_pt), NULL, 0,
|
| /src/crypto/external/bsd/openssl/dist/demos/cipher/ |
| aesgcm.c | 36 static const unsigned char gcm_pt[] = { variable 85 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); 114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt)))
|
| aesgcm.c | 36 static const unsigned char gcm_pt[] = { variable 85 BIO_dump_fp(stdout, gcm_pt, sizeof(gcm_pt)); 114 if (!EVP_EncryptUpdate(ctx, outbuf, &outlen, gcm_pt, sizeof(gcm_pt)))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| aesgcmtest.c | 21 static const unsigned char gcm_pt[] = { variable 54 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt, 55 sizeof(gcm_pt)) > 0) 87 && TEST_mem_eq(gcm_pt, sizeof(gcm_pt), pt, ptlen);
|
| aesgcmtest.c | 21 static const unsigned char gcm_pt[] = { variable 54 && TEST_true(EVP_EncryptUpdate(ctx, ct, ct_len, gcm_pt, 55 sizeof(gcm_pt)) > 0) 87 && TEST_mem_eq(gcm_pt, sizeof(gcm_pt), pt, ptlen);
|
| evp_extra_test.c | 5109 const unsigned char *gcm_pt, size_t gcm_pt_s, 5136 gcm_pt, gcm_pt_s)) 5158 const unsigned char *gcm_pt, size_t gcm_pt_s, 5187 || !TEST_mem_eq(outbuf, outlen, gcm_pt, gcm_pt_s)) 5226 static const unsigned char gcm_pt[] = { local 5240 gcm_pt, sizeof(gcm_pt), NULL, 0, 5243 gcm_pt, sizeof(gcm_pt), NULL, 0,
|
| evp_extra_test.c | 5109 const unsigned char *gcm_pt, size_t gcm_pt_s, 5136 gcm_pt, gcm_pt_s)) 5158 const unsigned char *gcm_pt, size_t gcm_pt_s, 5187 || !TEST_mem_eq(outbuf, outlen, gcm_pt, gcm_pt_s)) 5226 static const unsigned char gcm_pt[] = { local 5240 gcm_pt, sizeof(gcm_pt), NULL, 0, 5243 gcm_pt, sizeof(gcm_pt), NULL, 0,
|