• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/

Lines Matching refs:STACK_OF

150 typedef STACK_OF(X509_ALGOR) X509_ALGORS;
180 STACK_OF(X509_NAME_ENTRY) *entries;
202 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS;
216 */ STACK_OF(ASN1_TYPE) *set;
232 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
252 STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */
263 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */
264 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */
267 STACK_OF(X509_ALGOR) *other; /* other unspecified info */
288 STACK_OF(DIST_POINT) *crldp;
289 STACK_OF(GENERAL_NAME) *altname;
292 STACK_OF(IPAddressFamily) *rfc3779_addr;
430 STACK_OF(X509_EXTENSION) /* optional */ *extensions;
432 STACK_OF(GENERAL_NAME) *issuer;
447 STACK_OF(X509_REVOKED) *revoked;
448 STACK_OF(X509_EXTENSION) /* [0] */ *extensions;
471 STACK_OF(GENERAL_NAMES) *issuers;
528 STACK_OF(X509) *certs;
574 STACK_OF(X509_ATTRIBUTE) *attributes;
789 int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain);
922 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
923 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
925 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
959 X509 *x, STACK_OF(X509) *chain,
962 STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain);
1052 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x);
1053 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
1055 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *x,
1057 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *x,
1059 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc);
1060 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc);
1061 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
1111 int X509at_get_attr_count(const STACK_OF(X509_ATTRIBUTE) *x);
1112 int X509at_get_attr_by_NID(const STACK_OF(X509_ATTRIBUTE) *x, int nid,
1114 int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk,
1116 X509_ATTRIBUTE *X509at_get_attr(const STACK_OF(X509_ATTRIBUTE) *x, int loc);
1117 X509_ATTRIBUTE *X509at_delete_attr(STACK_OF(X509_ATTRIBUTE) *x, int loc);
1118 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x,
1120 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE)
1125 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE)
1129 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE)
1134 void *X509at_get0_data_by_OBJ(STACK_OF(X509_ATTRIBUTE) *x, ASN1_OBJECT *obj,
1176 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
1178 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name);