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

/freebsd-10.3-release/crypto/openssl/engines/ccgost/
H A Dgost2001_keyx.c122 const struct gost_cipher_info *param = get_encryption_params(NULL);
264 param = get_encryption_params(gkt->key_agreement_info->cipher);
H A Dgost94_keyx.c102 const struct gost_cipher_info *param = get_encryption_params(NULL);
254 param = get_encryption_params(gkt->key_agreement_info->cipher);
H A Dgost_lcl.h163 const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj);
H A Dgost_crypt.c139 const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj) function
171 get_encryption_params((nid == NID_undef ? NULL : OBJ_nid2obj(nid)));

Completed in 99 milliseconds