Home
last modified time | relevance | path

Searched refs:policyAuthority (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/x509/
H A Dx_ietfatt.c40 GENERAL_NAMES *policyAuthority; member
52 ASN1_IMP_SEQUENCE_OF_OPT(OSSL_IETF_ATTR_SYNTAX, policyAuthority, GENERAL_NAME, 0),
109 return a->policyAuthority; in OSSL_IETF_ATTR_SYNTAX_get0_policyAuthority()
115 GENERAL_NAMES_free(a->policyAuthority); in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority()
116 a->policyAuthority = names; in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority()
198 if (a->policyAuthority != NULL) { in OSSL_IETF_ATTR_SYNTAX_print()
199 for (i = 0; i < sk_GENERAL_NAME_num(a->policyAuthority); i++) { in OSSL_IETF_ATTR_SYNTAX_print()
203 if (GENERAL_NAME_print(bp, sk_GENERAL_NAME_value(a->policyAuthority, in OSSL_IETF_ATTR_SYNTAX_print()
/openssl/doc/man3/
H A DOSSL_IETF_ATTR_SYNTAX.pod37 get and set the policyAuthority field of the structure. Both routines act on

Completed in 7 milliseconds