Home
last modified time | relevance | path

Searched refs:nonce_from_hash_flag (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/ec/
Dec_key.c88 ret->nonce_from_hash_flag = 0; in EC_KEY_new()
202 dest->nonce_from_hash_flag = src->nonce_from_hash_flag; in EC_KEY_copy()
512 return key->nonce_from_hash_flag; in EC_KEY_get_nonce_from_hash()
517 key->nonce_from_hash_flag = on != 0; in EC_KEY_set_nonce_from_hash()
Dec_lcl.h249 char nonce_from_hash_flag; member
/external/openssl/patches/
D0010-dsa_nonce.patch319 + ret->nonce_from_hash_flag = 0;
327 + dest->nonce_from_hash_flag = src->nonce_from_hash_flag;
337 + return key->nonce_from_hash_flag;
342 + key->nonce_from_hash_flag = on != 0;
356 + char nonce_from_hash_flag;