| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_unity.c | 332 struct unity_netentry * tmpentry = *list; local 333 while (tmpentry->next != NULL) 334 tmpentry = tmpentry->next; 335 tmpentry->next = nentry;
|
| isakmp_unity.c | 332 struct unity_netentry * tmpentry = *list; local 333 while (tmpentry->next != NULL) 334 tmpentry = tmpentry->next; 335 tmpentry->next = nentry;
|
| isakmp_unity.c | 332 struct unity_netentry * tmpentry = *list; local 333 while (tmpentry->next != NULL) 334 tmpentry = tmpentry->next; 335 tmpentry->next = nentry;
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x_name.c | 316 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 344 tmpentry = X509_NAME_ENTRY_new(); 345 if (tmpentry == NULL) { 349 tmpentry->object = OBJ_dup(entry->object); 350 if (tmpentry->object == NULL) { 354 if (!asn1_string_canon(tmpentry->value, entry->value)) 356 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 360 tmpentry = NULL; 380 X509_NAME_ENTRY_free(tmpentry);
|
| x_name.c | 316 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 344 tmpentry = X509_NAME_ENTRY_new(); 345 if (tmpentry == NULL) { 349 tmpentry->object = OBJ_dup(entry->object); 350 if (tmpentry->object == NULL) { 354 if (!asn1_string_canon(tmpentry->value, entry->value)) 356 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 360 tmpentry = NULL; 380 X509_NAME_ENTRY_free(tmpentry);
|
| x_name.c | 316 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 344 tmpentry = X509_NAME_ENTRY_new(); 345 if (tmpentry == NULL) { 349 tmpentry->object = OBJ_dup(entry->object); 350 if (tmpentry->object == NULL) { 354 if (!asn1_string_canon(tmpentry->value, entry->value)) 356 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 360 tmpentry = NULL; 380 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 798 X509_NAME_ENTRY *tmpentry = NULL; local 841 tmpentry = X509_NAME_delete_entry(tmpsubject, last_loc); 842 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 849 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 798 X509_NAME_ENTRY *tmpentry = NULL; local 841 tmpentry = X509_NAME_delete_entry(tmpsubject, last_loc); 842 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 849 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 798 X509_NAME_ENTRY *tmpentry = NULL; local 841 tmpentry = X509_NAME_delete_entry(tmpsubject, last_loc); 842 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 849 X509_NAME_ENTRY_free(tmpentry);
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x_name.c | 309 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 337 tmpentry = X509_NAME_ENTRY_new(); 338 if (tmpentry == NULL) { 342 tmpentry->object = OBJ_dup(entry->object); 343 if (tmpentry->object == NULL) { 347 if (!asn1_string_canon(tmpentry->value, entry->value)) 349 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 353 tmpentry = NULL; 375 X509_NAME_ENTRY_free(tmpentry);
|
| x_name.c | 309 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 337 tmpentry = X509_NAME_ENTRY_new(); 338 if (tmpentry == NULL) { 342 tmpentry->object = OBJ_dup(entry->object); 343 if (tmpentry->object == NULL) { 347 if (!asn1_string_canon(tmpentry->value, entry->value)) 349 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 353 tmpentry = NULL; 375 X509_NAME_ENTRY_free(tmpentry);
|
| x_name.c | 309 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 337 tmpentry = X509_NAME_ENTRY_new(); 338 if (tmpentry == NULL) { 342 tmpentry->object = OBJ_dup(entry->object); 343 if (tmpentry->object == NULL) { 347 if (!asn1_string_canon(tmpentry->value, entry->value)) 349 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 353 tmpentry = NULL; 375 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 668 X509_NAME_ENTRY *tmpentry = NULL; local 711 tmpentry = X509_NAME_delete_entry(tmpsubject, last_loc); 712 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 719 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 668 X509_NAME_ENTRY *tmpentry = NULL; local 711 tmpentry = X509_NAME_delete_entry(tmpsubject, last_loc); 712 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 719 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 668 X509_NAME_ENTRY *tmpentry = NULL; local 711 tmpentry = X509_NAME_delete_entry(tmpsubject, last_loc); 712 last_nid = OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 719 X509_NAME_ENTRY_free(tmpentry);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x_name.c | 305 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 333 tmpentry = X509_NAME_ENTRY_new(); 334 if (tmpentry == NULL) { 338 tmpentry->object = OBJ_dup(entry->object); 339 if (tmpentry->object == NULL) { 343 if (!asn1_string_canon(tmpentry->value, entry->value)) 345 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 349 tmpentry = NULL; 371 X509_NAME_ENTRY_free(tmpentry);
|
| x_name.c | 305 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 333 tmpentry = X509_NAME_ENTRY_new(); 334 if (tmpentry == NULL) { 338 tmpentry->object = OBJ_dup(entry->object); 339 if (tmpentry->object == NULL) { 343 if (!asn1_string_canon(tmpentry->value, entry->value)) 345 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 349 tmpentry = NULL; 371 X509_NAME_ENTRY_free(tmpentry);
|
| x_name.c | 305 X509_NAME_ENTRY *entry, *tmpentry = NULL; local 333 tmpentry = X509_NAME_ENTRY_new(); 334 if (tmpentry == NULL) { 338 tmpentry->object = OBJ_dup(entry->object); 339 if (tmpentry->object == NULL) { 343 if (!asn1_string_canon(tmpentry->value, entry->value)) 345 if (!sk_X509_NAME_ENTRY_push(entries, tmpentry)) { 349 tmpentry = NULL; 371 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 635 X509_NAME_ENTRY *tmpentry = NULL; local 679 tmpentry = 682 OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 689 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 635 X509_NAME_ENTRY *tmpentry = NULL; local 679 tmpentry = 682 OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 689 X509_NAME_ENTRY_free(tmpentry);
|
| x509_vfy.c | 635 X509_NAME_ENTRY *tmpentry = NULL; local 679 tmpentry = 682 OBJ_obj2nid(X509_NAME_ENTRY_get_object(tmpentry)); 689 X509_NAME_ENTRY_free(tmpentry);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_dict_helpers.c | 839 struct wpa_dbus_dict_entry tmpentry; local 882 os_memset(&tmpentry, 0, sizeof(tmpentry)); 883 tmpentry.type = DBUS_TYPE_ARRAY; 884 if (_wpa_dbus_dict_entry_get_byte_array(&iter_array, &tmpentry) 889 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, 890 tmpentry.array_len); 892 wpa_dbus_dict_entry_clear(&tmpentry);
|
| dbus_dict_helpers.c | 839 struct wpa_dbus_dict_entry tmpentry; local 882 os_memset(&tmpentry, 0, sizeof(tmpentry)); 883 tmpentry.type = DBUS_TYPE_ARRAY; 884 if (_wpa_dbus_dict_entry_get_byte_array(&iter_array, &tmpentry) 889 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, 890 tmpentry.array_len); 892 wpa_dbus_dict_entry_clear(&tmpentry);
|
| dbus_dict_helpers.c | 839 struct wpa_dbus_dict_entry tmpentry; local 882 os_memset(&tmpentry, 0, sizeof(tmpentry)); 883 tmpentry.type = DBUS_TYPE_ARRAY; 884 if (_wpa_dbus_dict_entry_get_byte_array(&iter_array, &tmpentry) 889 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, 890 tmpentry.array_len); 892 wpa_dbus_dict_entry_clear(&tmpentry);
|