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

/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost2001_keyx.c122 const struct gost_cipher_info *param=get_encryption_params(NULL);
282 param = get_encryption_params(gkt->key_agreement_info->cipher);
H A Dgost94_keyx.c92 const struct gost_cipher_info *param=get_encryption_params(NULL);
263 param = get_encryption_params(gkt->key_agreement_info->cipher);
H A Dgost_lcl.h162 const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj);
H A Dgost_crypt.c122 const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj) function
158 param=get_encryption_params((nid==NID_undef?NULL:OBJ_nid2obj(nid)));

Completed in 38 milliseconds