Lines Matching defs:current
370 CERTGeneralName *current,
377 tmp_str = CERT_GetOidString(&(current->name.OthName.oid));
399 i->bin_val = talloc_memdup(i, current->name.OthName.name.data,
400 current->name.OthName.name.len);
405 i->bin_val_len = current->name.OthName.name.len;
422 CERTGeneralName *current,
432 &(current->name.OthName.name));
470 CERTGeneralName *current,
487 &(current->name.OthName.name));
663 CERTGeneralName *current;
696 current = name_list;
698 switch (current->type) {
702 current, &item_s);
710 ret = add_nt_princ_to_san_list(mem_ctx, pool, SAN_NT, current,
718 current, &item_p);
739 nss_name_type_to_san_opt(current->type),
740 current->name.other.data,
741 current->name.other.len, &item);
746 if (current->type == certRFC822Name
747 || current->type == certDNSName) {
749 (current->type == certRFC822Name
761 nss_name_type_to_san_opt(current->type),
762 current->name.other.data,
763 current->name.other.len, &item);
771 nss_name_type_to_san_opt(current->type),
772 current->name.directoryName, &item);
780 nss_name_type_to_san_opt(current->type),
781 current->name.other, &item);
790 nss_name_type_to_san_opt(current->type),
791 current->name.other.data,
792 current->name.other.len, &item);
803 current = CERT_GetNextGeneralName(current);
804 if (current == NULL) {
808 } while (current != name_list);