Home
last modified time | relevance | path

Searched refs:DB_serial (Results 1 – 4 of 4) sorted by relevance

/external/openssl/apps/
Dca.c919 p=pp[DB_serial]; in MAIN()
937 …ry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p); in MAIN()
1445 if (!BN_hex2bn(&serial, pp[DB_serial])) in MAIN()
1953 row[DB_serial]=BUF_strdup("00"); in do_body()
1955 row[DB_serial]=BN_bn2hex(serial); in do_body()
1956 if (row[DB_serial] == NULL) in do_body()
1976 rrow=TXT_DB_get_by_index(db->db,DB_serial,row); in do_body()
1980 row[DB_serial]); in do_body()
2005 p=rrow[DB_serial]; if (p == NULL) p="undef"; in do_body()
2425 row[DB_serial]=BUF_strdup("00"); in do_revoke()
[all …]
Dapps.h278 #define DB_serial 3 /* index - unique */ macro
Docsp.c1170 row[DB_serial] = itmp; in lookup_serial()
1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row); in lookup_serial()
Dapps.c1558 n=a[DB_serial]; in index_serial_hash()
1567 for (aa=a[DB_serial]; *aa == '0'; aa++); in index_serial_cmp()
1568 for (bb=b[DB_serial]; *bb == '0'; bb++); in index_serial_cmp()
1877 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()