Searched refs:oid_spec (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcipher.c438 search_oid (const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec)
458 if (oid_spec)
459 *oid_spec = cipher->oids[i];
513 gcry_cipher_oid_spec_t oid_spec;
520 ret = search_oid (string, NULL, &oid_spec);
522 mode = oid_spec.mode;
436 search_oid(const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec) argument
511 gcry_cipher_oid_spec_t oid_spec; local
H A Dmd.c300 search_oid (const char *oid, int *algorithm, gcry_md_oid_spec_t *oid_spec) argument
320 if (oid_spec)
321 *oid_spec = digest->oids[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c438 search_oid (const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec)
458 if (oid_spec)
459 *oid_spec = cipher->oids[i];
513 gcry_cipher_oid_spec_t oid_spec;
520 ret = search_oid (string, NULL, &oid_spec);
522 mode = oid_spec.mode;
436 search_oid(const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec) argument
511 gcry_cipher_oid_spec_t oid_spec; local
H A Dmd.c300 search_oid (const char *oid, int *algorithm, gcry_md_oid_spec_t *oid_spec) argument
320 if (oid_spec)
321 *oid_spec = digest->oids[i];

Completed in 126 milliseconds