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

/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstore.h457 typedef struct STORE_attr_info_st STORE_ATTR_INFO; typedef in typeref:struct:STORE_attr_info_st
460 * Parse a list of OPENSSL_ITEMs and return a pointer to a STORE_ATTR_INFO.
466 STORE_ATTR_INFO *STORE_parse_attrs_next(void *handle);
471 STORE_ATTR_INFO *STORE_ATTR_INFO_new(void);
472 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs);
475 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs,
477 unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
479 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs,
481 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs,
483 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attr
[all...]
H A Dstr_mem.c82 STORE_ATTR_INFO *attr_info;
104 * Each element is a STORE_ATTR_INFO.
245 STORE_ATTR_INFO *attrs = NULL;
305 (STORE_ATTR_INFO *)sk_value(context->search_attributes, i);
318 (STORE_ATTR_INFO *)sk_value(context->search_attributes,
322 (STORE_ATTR_INFO *)sk_value(store->data,
326 (STORE_ATTR_INFO *)sk_value(store->data,
H A Dstr_lib.c1209 STORE_ATTR_INFO *STORE_ATTR_INFO_new(void)
1211 return (STORE_ATTR_INFO *)OPENSSL_malloc(sizeof(STORE_ATTR_INFO));
1214 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs,
1244 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs)
1255 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code)
1268 unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
1282 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs,
1296 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs,
1310 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attr
[all...]

Completed in 204 milliseconds