Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dts.c44 static ASN1_INTEGER *create_nonce(int bits);
505 if (!no_nonce && (nonce_asn1 = create_nonce(NONCE_LENGTH)) == NULL) in create_query()
578 static ASN1_INTEGER *create_nonce(int bits) in create_nonce() function