Home
last modified time | relevance | path

Searched refs:p_attrs (Results 1 – 10 of 10) sorted by relevance

/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dattributes.c127 CK_RV add_to_attribute_array(CK_ATTRIBUTE_PTR *p_attrs, in add_to_attribute_array() argument
141 attrs = realloc(*p_attrs, sizeof(**p_attrs) * (*p_attrs_len + 1)); in add_to_attribute_array()
151 *p_attrs = attrs; in add_to_attribute_array()
H A Dattributes.h33 CK_RV add_to_attribute_array(CK_ATTRIBUTE_PTR *p_attrs,
/dports/multimedia/vlc/vlc-3.0.16/modules/keystore/
H A Dsecret.c210 GHashTable *p_attrs = secret_item_get_attributes(p_item); in Find() local
214 if (ghashtable_to_values(p_attrs, (const char **) p_entry->ppsz_values)) in Find()
216 g_hash_table_unref(p_attrs); in Find()
219 g_hash_table_unref(p_attrs); in Find()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/ep11_stdll/
H A Dep11_specific.c557 *p_attrs = NULL; in check_key_attributes()
1563 CK_ATTRIBUTE_PTR p_attrs = NULL; in rawkey_2_blob() local
1648 if (p_attrs != NULL) in rawkey_2_blob()
1996 CK_ATTRIBUTE_PTR p_attrs = NULL; in import_RSA_key() local
2157 if (p_attrs != NULL) in import_RSA_key()
2181 CK_ATTRIBUTE_PTR p_attrs = NULL; in import_EC_key() local
2346 if (p_attrs != NULL) in import_EC_key()
2370 CK_ATTRIBUTE_PTR p_attrs = NULL; in import_DSA_key() local
2547 if (p_attrs != NULL) in import_DSA_key()
2571 CK_ATTRIBUTE_PTR p_attrs = NULL; in import_DH_key() local
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/ocaml/
H A Dtouchup.ml415 let p_attrs = parameter_attributes function_name param_types param_names in
418 (fun t n -> Hashtbl.find_all p_attrs n |> List.flatten, t, n)
/dports/math/plplot-ada/plplot-5.15.0/bindings/ocaml/
H A Dtouchup.ml415 let p_attrs = parameter_attributes function_name param_types param_names in
418 (fun t n -> Hashtbl.find_all p_attrs n |> List.flatten, t, n)
/dports/math/py-grandalf/grandalf-0.7/grandalf/utils/
H A Ddot.py281 def p_attrs(self, p): member in Dot.Parser
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/icsf_stdll/
H A Dicsf_specific.c1545 CK_ATTRIBUTE_PTR * p_attrs, in check_key_attributes() argument
1554 if ((rc = dup_attribute_array(attrs, attrs_len, p_attrs, p_attrs_len))) in check_key_attributes()
1559 CK_ATTRIBUTE_PTR attr = get_attribute_by_type(*p_attrs, in check_key_attributes()
1571 rc = add_to_attribute_array(p_attrs, p_attrs_len, in check_key_attributes()
1584 free_attribute_array(*p_attrs, *p_attrs_len); in check_key_attributes()
1585 *p_attrs = NULL; in check_key_attributes()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dmedia.php173 $p_attrs = array('class' => 'edit');
185 $p_attrs
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dproto.h1282 int **p_attrs);