Searched defs:algorithm (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Dsecoidt.h59 ** An X.500 algorithm identifier
62 SECItem algorithm; member in struct:SECAlgorithmIDStr
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c830 CK_BYTE ** algorithm,
858 *algorithm = alg;
828 ber_decode_PrivateKeyInfo(CK_BYTE * data, CK_ULONG data_len, CK_BYTE ** algorithm, CK_ULONG * alg_len, CK_BYTE ** priv_key) argument
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c455 u_int keyflags, protocol, algorithm, key_id; local
466 algorithm = *rdata++;
468 keyflags, protocol, algorithm));
498 u_int type, algorithm, labels, footprint; local
508 algorithm = *rdata++;
512 p_type(type), algorithm, labels, t));
997 unsigned int i, hip_len, algorithm, key_len; local
1003 algorithm = *rdata++;
1012 len = sprintf(tmp, "( %u ", algorithm);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h58 krb5_octet_data algorithm; /* OID */ member in struct:_krb5_algorithm_identifier
64 krb5_algorithm_identifier algorithm; member in struct:_krb5_subject_pk_info
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c52 unsigned int algorithm; member in struct:cipher_table_entry
167 /* The algorithm id. This is a hack required because the module
304 cipher_table[i].algorithm,
372 CIPHER. On success, a new algorithm ID is stored in ALGORITHM_ID
416 internal algorithm number is returned in ALGORITHM unless it
418 implementing this algorithm is return in OID_SPEC unless passed as
421 search_oid (const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec)
439 if (algorithm)
440 *algorithm = module->mod_id;
451 /* Map STRING to the cipher algorithm identifie
419 search_oid(const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec) argument
457 int ret, algorithm = 0; local
514 cipher_algo_to_string(int algorithm) argument
540 gcry_cipher_algo_name(int algorithm) argument
551 disable_cipher_algo(int algorithm) argument
573 check_cipher_algo(int algorithm) argument
601 cipher_get_keylen(int algorithm) argument
629 cipher_get_blocksize(int algorithm) argument
[all...]
H A Dmd.c45 unsigned int algorithm; member in struct:digest_table_entry
183 if (digest_table[i].algorithm == GCRY_MD_MD5
189 digest_table[i].algorithm,
253 DIGEST. On success, a new algorithm ID is stored in ALGORITHM_ID
296 search_oid (const char *oid, int *algorithm, gcry_md_oid_spec_t *oid_spec) argument
314 if (algorithm)
315 *algorithm = module->mod_id;
333 int ret, algorithm = 0; local
342 object identifiers to figure out the algorithm */
346 ret = search_oid (string, &algorithm, NUL
367 digest_algo_to_string(int algorithm) argument
393 gcry_md_algo_name(int algorithm) argument
401 check_digest_algo(int algorithm) argument
541 md_enable(gcry_md_hd_t hd, int algorithm) argument
620 gcry_md_enable(gcry_md_hd_t hd, int algorithm) argument
1065 md_digest_length(int algorithm) argument
1089 gcry_md_get_algo_dlen(int algorithm) argument
1098 md_asn_oid(int algorithm, size_t *asnlen, size_t *mdlen) argument
[all...]
H A Dac.c59 is allowed to pass additional, algorithm-specific `specs' to
61 provided values according to the selected algorithm. */
64 int algorithm; /* Algorithm for which this flag is
80 int algorithm; /* Algorithm ID associated with this
82 const char *algorithm_name; /* Name of the algorithm. */
84 gcry_module_t module; /* Reference to the algorithm
1151 ac_data_extract (const char *identifier, const char *algorithm,
1180 data_sexp = gcry_sexp_find_token (sexp, algorithm, 0);
1272 unsigned int flags, const char *algorithm,
1309 + (algorithm
63 int algorithm; /* Algorithm for which this flag is member in struct:gcry_ac_key_generate_spec
79 int algorithm; /* Algorithm ID associated with this member in struct:gcry_ac_handle
1147 ac_data_extract(const char *identifier, const char *algorithm, gcry_sexp_t sexp, gcry_ac_data_t *data) argument
1267 ac_data_construct(const char *identifier, int include_flags, unsigned int flags, const char *algorithm, gcry_ac_data_t data, gcry_sexp_t *sexp) argument
1380 _gcry_ac_open(gcry_ac_handle_t *handle, gcry_ac_id_t algorithm, unsigned int flags) argument
[all...]
H A Dpubkey.c51 libgcrypt. FIPS_ALLOWED indicated whether the algorithm is used in
57 unsigned int algorithm; member in struct:pubkey_table_entry
110 dummy_generate (int algorithm, unsigned int nbits, unsigned long dummy, argument
113 (void)algorithm;
123 dummy_check_secret_key (int algorithm, gcry_mpi_t *skey) argument
125 (void)algorithm;
132 dummy_encrypt (int algorithm, gcry_mpi_t *resarr, gcry_mpi_t data, argument
135 (void)algorithm;
145 dummy_decrypt (int algorithm, gcry_mpi_t *result, gcry_mpi_t *data, argument
148 (void)algorithm;
158 dummy_sign(int algorithm, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
170 dummy_verify(int algorithm, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *, gcry_mpi_t), void *opaquev) argument
185 dummy_get_nbits(int algorithm, gcry_mpi_t *pkey) argument
313 int algorithm = 0; local
337 gcry_pk_algo_name(int algorithm) argument
363 _gcry_pk_aliased_algo_name(int algorithm) argument
388 disable_pubkey_algo(int algorithm) argument
408 check_pubkey_algo(int algorithm, unsigned use) argument
443 pubkey_get_npkey(int algorithm) argument
466 pubkey_get_nskey(int algorithm) argument
489 pubkey_get_nsig(int algorithm) argument
512 pubkey_get_nenc(int algorithm) argument
541 pubkey_generate(int algorithm, unsigned int nbits, unsigned long use_e, gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
580 pubkey_check_secret_key(int algorithm, gcry_mpi_t *skey) argument
608 pubkey_encrypt(int algorithm, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *pkey, int flags) argument
658 pubkey_decrypt(int algorithm, gcry_mpi_t *result, gcry_mpi_t *data, gcry_mpi_t *skey, int flags) argument
705 pubkey_sign(int algorithm, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
748 pubkey_verify(int algorithm, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp)(void *, gcry_mpi_t), void *opaquev) argument
2517 gcry_pk_algo_info(int algorithm, int what, void *buffer, size_t *nbytes) argument
2605 _gcry_pk_module_lookup(int algorithm, gcry_module_t *module) argument
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h140 struct ami_algid *algorithm; member in struct:ami_cert
182 struct ami_algid *algorithm; member in struct:ami_pubkey_info
189 struct ami_oid *algorithm; member in struct:ami_algid
261 struct ami_algid *algorithm; member in struct:ami_keypkg
326 struct ami_algid *algorithm; member in struct:ami_crl
496 struct ami_algid *algorithm; member in struct:ami_certreq
758 const ami_algid *, /* IN: digest algorithm */
766 const ami_algid *, /* IN: signature key algorithm */
769 const ami_algid *, /* IN: signature algorithm */
777 const ami_algid *, /* IN: verification key algorithm */
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h414 * cryptographic algorithm and an optional set of
415 * parameters to be used as input to that algorithm.
419 KMF_OID algorithm; member in struct:__anon1871
459 * description of the verification algorithm
464 KMF_X509_ALGORITHM_IDENTIFIER algorithm; member in struct:__anon1875
603 #define CERT_ALG_OID(c) &c->certificate.signature.algorithm
604 #define CERT_SIG_OID(c) &c->signature.algorithmIdentifier.algorithm

Completed in 82 milliseconds