/external/chromium_org/third_party/openssl/openssl/apps/ |
ca.c | 919 p=pp[DB_serial]; 937 BIO_printf(bio_err,"entry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p); [all...] |
apps.h | 278 #define DB_serial 3 /* index - unique */
|
ocsp.c | 1170 row[DB_serial] = itmp; 1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row); [all...] |
apps.c | [all...] |
/external/openssl/apps/ |
ca.c | 919 p=pp[DB_serial]; 937 BIO_printf(bio_err,"entry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p); [all...] |
apps.h | 278 #define DB_serial 3 /* index - unique */
|
ocsp.c | 1170 row[DB_serial] = itmp; 1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row); [all...] |
apps.c | [all...] |