| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_pkey_dhkem_test.c | 343 /* Check encap fails if NULL params are passed */ 405 int encap = ((tstid & 1) == 0); local 410 TEST_note("%s %s", t->curve, encap ? "Encap" : "Decap"); 417 if (encap) { 434 /* Test that not setting the auth public key fails the auth encap/decap init */ 439 int encap = ((tstid & 1) == 0); local 445 TEST_note("%s %s", t->curve, encap ? "Encap" : "Decap"); 450 if (encap) { 619 int encap = ((tstid & 1) == 0); local 669 int encap = ((tstid & 1) == 0); local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ml_kem/ |
| ml_kem.c | 1607 * Pre-compute the public key hash, needed for both encap and decap. 1758 static int encap(uint8_t *ctext, uint8_t secret[ML_KEM_SHARED_SECRET_BYTES], function 2232 * Data derived from the encap entropy defaults secret, and to avoid 2246 ret = encap(ctext, shared_secret, entropy, tmp, mdctx, key); \
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 92 } encap; member in union:evp_pkey_ctx_st::__anon396
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 82 } encap; member in union:evp_pkey_ctx_st::__anon1490
|