Lines Matching defs:secretValue
208 if (ctx->secretValue != NULL)
209 OPENSSL_cleanse(ctx->secretValue->data, ctx->secretValue->length);
210 ASN1_OCTET_STRING_free(ctx->secretValue);
463 ASN1_OCTET_STRING *secretValue = NULL;
468 if (ossl_cmp_asn1_octet_string_set1_bytes(&secretValue, sec, len) != 1)
470 if (ctx->secretValue != NULL) {
471 OPENSSL_cleanse(ctx->secretValue->data, ctx->secretValue->length);
472 ASN1_OCTET_STRING_free(ctx->secretValue);
474 ctx->secretValue = secretValue;