Home
last modified time | relevance | path

Searched refs:pbm (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_pbm.c45 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in OSSL_CRMF_pbmp_new() local
48 if ((pbm = OSSL_CRMF_PBMPARAMETER_new()) == NULL) in OSSL_CRMF_pbmp_new()
62 if (!ASN1_OCTET_STRING_set(pbm->salt, salt, (int)slen)) in OSSL_CRMF_pbmp_new()
70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
94 if (!ASN1_INTEGER_set(pbm->iterationCount, itercnt)) { in OSSL_CRMF_pbmp_new()
104 if (!X509_ALGOR_set0(pbm->mac, OBJ_nid2obj(macnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
110 return pbm; in OSSL_CRMF_pbmp_new()
113 OSSL_CRMF_PBMPARAMETER_free(pbm); in OSSL_CRMF_pbmp_new()
/third_party/openssl/crypto/crmf/
H A Dcrmf_pbm.c45 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in OSSL_CRMF_pbmp_new() local
48 if ((pbm = OSSL_CRMF_PBMPARAMETER_new()) == NULL) in OSSL_CRMF_pbmp_new()
62 if (!ASN1_OCTET_STRING_set(pbm->salt, salt, (int)slen)) in OSSL_CRMF_pbmp_new()
70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
94 if (!ASN1_INTEGER_set(pbm->iterationCount, itercnt)) { in OSSL_CRMF_pbmp_new()
104 if (!X509_ALGOR_set0(pbm->mac, OBJ_nid2obj(macnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
110 return pbm; in OSSL_CRMF_pbmp_new()
113 OSSL_CRMF_PBMPARAMETER_free(pbm); in OSSL_CRMF_pbmp_new()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_protect.c58 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in ossl_cmp_calc_protection() local
80 pbm = d2i_OSSL_CRMF_PBMPARAMETER(NULL, &pbm_str_uc, pbm_str->length); in ossl_cmp_calc_protection()
81 if (pbm == NULL) { in ossl_cmp_calc_protection()
87 pbm, prot_part_der, prot_part_der_len, in ossl_cmp_calc_protection()
102 OSSL_CRMF_PBMPARAMETER_free(pbm); in ossl_cmp_calc_protection()
186 * the pbm settings in the context
190 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in set_pbmac_algor() local
198 pbm = OSSL_CRMF_pbmp_new(ctx->libctx, ctx->pbm_slen, in set_pbmac_algor()
202 if (pbm == NULL || pbm_str == NULL) in set_pbmac_algor()
205 if ((pbm_der_len = i2d_OSSL_CRMF_PBMPARAMETER(pbm, in set_pbmac_algor()
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c58 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in ossl_cmp_calc_protection() local
80 pbm = d2i_OSSL_CRMF_PBMPARAMETER(NULL, &pbm_str_uc, pbm_str->length); in ossl_cmp_calc_protection()
81 if (pbm == NULL) { in ossl_cmp_calc_protection()
87 pbm, prot_part_der, prot_part_der_len, in ossl_cmp_calc_protection()
102 OSSL_CRMF_PBMPARAMETER_free(pbm); in ossl_cmp_calc_protection()
186 * the pbm settings in the context
190 OSSL_CRMF_PBMPARAMETER *pbm = NULL; in set_pbmac_algor() local
198 pbm = OSSL_CRMF_pbmp_new(ctx->libctx, ctx->pbm_slen, in set_pbmac_algor()
202 if (pbm == NULL || pbm_str == NULL) in set_pbmac_algor()
205 if ((pbm_der_len = i2d_OSSL_CRMF_PBMPARAMETER(pbm, in set_pbmac_algor()
[all...]
/third_party/ffmpeg/libavformat/
H A Dimg2dec.c1230 IMAGEAUTO_DEMUXER(pbm, PBM)

Completed in 6 milliseconds