| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| modrdn.c | 44 backsql_entryID e_id = BACKSQL_ENTRYID_INIT, local 114 BACKSQL_IDARG(e_id.eid_id) ); 164 e_id = bsi.bsi_base_id; 330 rc = backsql_BindParamID( sth, 3, SQL_PARAM_INPUT, &e_id.eid_keyval ); 346 rc = backsql_BindParamID( sth, 4, SQL_PARAM_INPUT, &e_id.eid_id ); 377 assert( e_id.eid_oc != NULL ); 378 oc = e_id.eid_oc; 381 rs->sr_err = backsql_modify_internal( op, rs, dbh, oc, &e_id, op->orr_modlist ); 393 (void)backsql_free_entryID( &e_id, 0, op->o_tmpmemctx ); 434 e_id = bsi.bsi_base_id [all...] |
| delete.c | 41 backsql_entryID *e_id; member in struct:backsql_delete_attr_t 52 bda->rs, bda->dbh, bda->e_id, at ); 74 bda.e_id = eid; 409 backsql_entryID e_id = { 0 }; local 528 e_id = bsi.bsi_base_id; 573 backsql_delete_int( op, rs, dbh, &sth, &e_id, &e ); 613 if ( !BER_BVISNULL( &e_id.eid_ndn ) ) { 614 (void)backsql_free_entryID( &e_id, 0, op->o_tmpmemctx );
|
| /src/external/bsd/wpa/dist/src/common/ |
| dpp_i.h | 153 struct crypto_ec_point *e_id; /* E-id */ member in struct:dpp_reconfig_id
|
| dpp_reconfig.c | 50 struct wpabuf *a_nonce = NULL, *e_id = NULL; local 88 e_id = crypto_ec_key_get_pubkey_point(id->e_prime_id, 0); 89 if (!a_nonce || !e_id) 95 attr_len += 4 + wpabuf_len(e_id); 117 wpabuf_put_le16(msg, wpabuf_len(e_id)); 118 wpabuf_put_buf(msg, e_id); 124 wpabuf_free(e_id); 246 struct crypto_ec_point *e_id; local 279 e_id = dpp_decrypt_e_id(conf->pp_key, a_nonce, e_prime_id); 282 if (!e_id) { [all...] |
| dpp_crypto.c | 2235 struct crypto_ec_point *e_id = NULL; local 2252 e_id = crypto_ec_point_init(ec); 2256 if (!e_id || !bn || !q || !generator || 2258 crypto_ec_point_mul(ec, generator, bn, e_id)) 2261 crypto_ec_point_debug_print(ec, e_id, 2270 id->e_id = e_id; 2271 e_id = NULL; 2277 crypto_ec_point_deinit(e_id, 1); 2308 crypto_ec_point_add(id->ec, id->e_id, e_prime_id, e_prime_id) 2354 struct crypto_ec_point *e_id = NULL; local [all...] |
| dpp_tcp.c | 1000 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; local 1042 e_id = dpp_get_attr(buf, len, DPP_ATTR_E_PRIME_ID, &e_id_len); 1045 a_nonce, a_nonce_len, e_id, e_id_len);
|
| /src/external/bsd/wpa/dist/src/ap/ |
| dpp_hostapd.c | 1760 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; local 1810 e_id = dpp_get_attr(buf, len, DPP_ATTR_E_PRIME_ID, &e_id_len); 1814 e_id, e_id_len);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| dpp_supplicant.c | 2500 const u8 *csign_hash, *fcgroup, *a_nonce, *e_id; local 2546 e_id = dpp_get_attr(buf, len, DPP_ATTR_E_PRIME_ID, &e_id_len); 2549 a_nonce, a_nonce_len, e_id, e_id_len);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slap.h | 1206 ID e_id; member in struct:Entry
|