Searched refs:secretValue (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 208 if (ctx->secretValue != NULL) in OSSL_CMP_CTX_free() 209 OPENSSL_cleanse(ctx->secretValue->data, ctx->secretValue->length); in OSSL_CMP_CTX_free() 210 ASN1_OCTET_STRING_free(ctx->secretValue); in OSSL_CMP_CTX_free() 463 ASN1_OCTET_STRING *secretValue = NULL; in OSSL_CMP_CTX_set1_secretValue() local 468 if (ossl_cmp_asn1_octet_string_set1_bytes(&secretValue, sec, len) != 1) in OSSL_CMP_CTX_set1_secretValue() 470 if (ctx->secretValue != NULL) { in OSSL_CMP_CTX_set1_secretValue() 471 OPENSSL_cleanse(ctx->secretValue->data, ctx->secretValue->length); in OSSL_CMP_CTX_set1_secretValue() 472 ASN1_OCTET_STRING_free(ctx->secretValue); in OSSL_CMP_CTX_set1_secretValue() [all...] |
H A D | cmp_protect.c | 62 if (ctx->secretValue == NULL) { in ossl_cmp_calc_protection() 88 ctx->secretValue->data, ctx->secretValue->length, in ossl_cmp_calc_protection() 139 if (!ctx->unprotectedSend && ctx->secretValue == NULL in ossl_cmp_msg_add_extraCerts() 272 } else if (ctx->secretValue != NULL) { in ossl_cmp_msg_protect() 273 /* use PasswordBasedMac according to 5.1.3.1 if secretValue is given */ in ossl_cmp_msg_protect()
|
H A D | cmp_server.c | 474 backup_secret = ctx->secretValue; in OSSL_CMP_SRV_process_request() 526 if (ctx->secretValue != NULL && ctx->pkey != NULL in OSSL_CMP_SRV_process_request() 528 ctx->secretValue = NULL; /* use MSG_SIG_ALG when protecting rsp */ in OSSL_CMP_SRV_process_request() 609 ctx->secretValue = backup_secret; in OSSL_CMP_SRV_process_request()
|
H A D | cmp_local.h | 82 ASN1_OCTET_STRING *secretValue; /* password/shared secret for MSG_MAC_ALG */ member
|
H A D | cmp_vfy.c | 570 if (ctx->secretValue == NULL) { in OSSL_CMP_validate_msg()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 208 if (ctx->secretValue != NULL) in OSSL_CMP_CTX_free() 209 OPENSSL_cleanse(ctx->secretValue->data, ctx->secretValue->length); in OSSL_CMP_CTX_free() 210 ASN1_OCTET_STRING_free(ctx->secretValue); in OSSL_CMP_CTX_free() 463 ASN1_OCTET_STRING *secretValue = NULL; in OSSL_CMP_CTX_set1_secretValue() local 468 if (ossl_cmp_asn1_octet_string_set1_bytes(&secretValue, sec, len) != 1) in OSSL_CMP_CTX_set1_secretValue() 470 if (ctx->secretValue != NULL) { in OSSL_CMP_CTX_set1_secretValue() 471 OPENSSL_cleanse(ctx->secretValue->data, ctx->secretValue->length); in OSSL_CMP_CTX_set1_secretValue() 472 ASN1_OCTET_STRING_free(ctx->secretValue); in OSSL_CMP_CTX_set1_secretValue() [all...] |
H A D | cmp_protect.c | 62 if (ctx->secretValue == NULL) { in ossl_cmp_calc_protection() 88 ctx->secretValue->data, ctx->secretValue->length, in ossl_cmp_calc_protection() 139 if (!ctx->unprotectedSend && ctx->secretValue == NULL in ossl_cmp_msg_add_extraCerts() 272 } else if (ctx->secretValue != NULL) { in ossl_cmp_msg_protect() 273 /* use PasswordBasedMac according to 5.1.3.1 if secretValue is given */ in ossl_cmp_msg_protect()
|
H A D | cmp_server.c | 474 backup_secret = ctx->secretValue; in OSSL_CMP_SRV_process_request() 526 if (ctx->secretValue != NULL && ctx->pkey != NULL in OSSL_CMP_SRV_process_request() 528 ctx->secretValue = NULL; /* use MSG_SIG_ALG when protecting rsp */ in OSSL_CMP_SRV_process_request() 609 ctx->secretValue = backup_secret; in OSSL_CMP_SRV_process_request()
|
H A D | cmp_local.h | 82 ASN1_OCTET_STRING *secretValue; /* password/shared secret for MSG_MAC_ALG */ member
|
H A D | cmp_vfy.c | 570 if (ctx->secretValue == NULL) { in OSSL_CMP_validate_msg()
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 762 DEFINE_SET_GET1_STR_FN(set1, secretValue) in DEFINE_SET_CB_TEST()
|
Completed in 17 milliseconds