Home
last modified time | relevance | path

Searched refs:prot_part_der (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_protect.c55 unsigned char *prot_part_der = NULL; in ossl_cmp_calc_protection() local
71 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in ossl_cmp_calc_protection()
72 if (len < 0 || prot_part_der == NULL) { in ossl_cmp_calc_protection()
87 pbm, prot_part_der, prot_part_der_len, in ossl_cmp_calc_protection()
104 OPENSSL_free(prot_part_der); in ossl_cmp_calc_protection()
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c55 unsigned char *prot_part_der = NULL; in ossl_cmp_calc_protection() local
71 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in ossl_cmp_calc_protection()
72 if (len < 0 || prot_part_der == NULL) { in ossl_cmp_calc_protection()
87 pbm, prot_part_der, prot_part_der_len, in ossl_cmp_calc_protection()
104 OPENSSL_free(prot_part_der); in ossl_cmp_calc_protection()
/third_party/openssl/test/
H A Dcmp_protect_test.c105 unsigned char *prot_part_der = NULL; in verify_signature() local
112 len = i2d_OSSL_CMP_PROTECTEDPART(&prot_part, &prot_part_der); in verify_signature()
119 prot_part_der, len), 1); in verify_signature()
122 OPENSSL_free(prot_part_der); in verify_signature()

Completed in 2 milliseconds