Lines Matching refs:kind_
264 kind_(kind),
381 const bool encrypt = (kind_ == kCipher);
437 if (kind_ == kCipher && (mode == EVP_CIPH_CTR_MODE ||
606 if (mode == EVP_CIPH_CCM_MODE && kind_ == kDecipher &&
609 if (mode == EVP_CIPH_CCM_MODE && kind_ == kDecipher && FIPS_mode()) {
664 cipher->kind_ != kCipher ||
681 cipher->kind_ != kDecipher ||
757 if (kind_ == kDecipher) {
804 if (kind_ == kDecipher && IsAuthenticatedMode())
814 if (kind_ == kCipher && mode == EVP_CIPH_WRAP_MODE &&
842 if (!r && kind_ == kDecipher && mode == EVP_CIPH_CCM_MODE) {
902 if (kind_ == kDecipher && IsSupportedAuthenticatedMode(ctx_.get()))
907 if (OPENSSL_VERSION_NUMBER < 0x30000000L && kind_ == kDecipher &&
916 if (kind_ == kDecipher && mode == EVP_CIPH_CCM_MODE) {
933 if (ok && kind_ == kCipher && IsAuthenticatedMode()) {