Home
last modified time | relevance | path

Searched refs:final_used (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c226 ctx->final_used = 0; in EVP_CipherInit_ex()
382 if (ctx->final_used) { in EVP_DecryptUpdate()
398 ctx->final_used = 1; in EVP_DecryptUpdate()
401 ctx->final_used = 0; in EVP_DecryptUpdate()
437 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c226 ctx->final_used = 0; in EVP_CipherInit_ex()
382 if (ctx->final_used) { in EVP_DecryptUpdate()
398 ctx->final_used = 1; in EVP_DecryptUpdate()
401 ctx->final_used = 0; in EVP_DecryptUpdate()
437 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dcipher.h536 int final_used; member
/external/boringssl/src/include/openssl/
Dcipher.h557 int final_used; member
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3462 bool final_used = ctx->final_used != 0; in NativeCrypto_get_EVP_CIPHER_CTX_final_used() local
3463 JNI_TRACE("get_EVP_CIPHER_CTX_final_used(%p) => %d", ctx, final_used); in NativeCrypto_get_EVP_CIPHER_CTX_final_used()
3464 return static_cast<jboolean>(final_used); in NativeCrypto_get_EVP_CIPHER_CTX_final_used()