| /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| cmac_prov.c | 102 const EVP_CIPHER_CTX *cipherctx = CMAC_CTX_get0_cipher_ctx(macctx->ctx); local 104 if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL) 107 return EVP_CIPHER_CTX_get_block_size(cipherctx);
|
| cmac_prov.c | 102 const EVP_CIPHER_CTX *cipherctx = CMAC_CTX_get0_cipher_ctx(macctx->ctx); local 104 if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL) 107 return EVP_CIPHER_CTX_get_block_size(cipherctx);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/ |
| cmac_prov.c | 109 const EVP_CIPHER_CTX *cipherctx = CMAC_CTX_get0_cipher_ctx(macctx->ctx); local 111 if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL) 114 return EVP_CIPHER_CTX_get_block_size(cipherctx);
|
| cmac_prov.c | 109 const EVP_CIPHER_CTX *cipherctx = CMAC_CTX_get0_cipher_ctx(macctx->ctx); local 111 if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL) 114 return EVP_CIPHER_CTX_get_block_size(cipherctx);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| threadstest.c | 312 EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new(); local 336 || !TEST_ptr(cipherctx) 348 if (!TEST_true(EVP_EncryptInit_ex(cipherctx, ciph, NULL, key, iv)) 349 || !TEST_true(EVP_EncryptUpdate(cipherctx, out, &ciphoutl, 352 || !TEST_true(EVP_EncryptFinal(cipherctx, out, &ciphoutl))) 369 EVP_CIPHER_CTX_free(cipherctx);
|
| threadstest.c | 312 EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new(); local 336 || !TEST_ptr(cipherctx) 348 if (!TEST_true(EVP_EncryptInit_ex(cipherctx, ciph, NULL, key, iv)) 349 || !TEST_true(EVP_EncryptUpdate(cipherctx, out, &ciphoutl, 352 || !TEST_true(EVP_EncryptFinal(cipherctx, out, &ciphoutl))) 369 EVP_CIPHER_CTX_free(cipherctx);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| threadstest.c | 856 EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new(); local 880 || !TEST_ptr(cipherctx) 892 if (!TEST_true(EVP_EncryptInit_ex(cipherctx, ciph, NULL, key, iv)) 893 || !TEST_true(EVP_EncryptUpdate(cipherctx, out, &ciphoutl, 896 || !TEST_true(EVP_EncryptFinal(cipherctx, out, &ciphoutl))) 913 EVP_CIPHER_CTX_free(cipherctx);
|
| threadstest.c | 856 EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new(); local 880 || !TEST_ptr(cipherctx) 892 if (!TEST_true(EVP_EncryptInit_ex(cipherctx, ciph, NULL, key, iv)) 893 || !TEST_true(EVP_EncryptUpdate(cipherctx, out, &ciphoutl, 896 || !TEST_true(EVP_EncryptFinal(cipherctx, out, &ciphoutl))) 913 EVP_CIPHER_CTX_free(cipherctx);
|