Searched refs:prot_part_der (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 55 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 D | cmp_protect.c | 55 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 D | cmp_protect_test.c | 105 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