HomeSort by: relevance | last modified time | path
    Searched defs:ecdsa_map (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
misc.c 99 struct ecdsa_map { struct
105 } ecdsa_map[] = { variable in typeref:struct:ecdsa_map
1385 for (i = 0; ecdsa_map[i].sname; i++ ) {
1386 if (pub->len == ecdsa_map[i].len) {
1387 if (memcmp(pub->oid, ecdsa_map[i].oid, pub->len) == 0) {
1388 return ecdsa_map[i].nid;
1400 for (i = 0; ecdsa_map[i].sname; i++ ) {
1401 if (pub->len == ecdsa_map[i].len) {
1402 if (memcmp(pub->oid, ecdsa_map[i].oid, pub->len) == 0) {
1403 return ecdsa_map[i].bits
    [all...]

Completed in 22 milliseconds