Home
last modified time | relevance | path

Searched defs:RNGContext (Results 1 – 11 of 11) sorted by relevance

/dports/security/bzrtp/bzrtp-1.0.6/src/
H A DzidCache.c195 …lfZID(void *dbPointer, const char *selfURI, uint8_t selfZID[12], bctbx_rng_context_t *RNGContext) { in bzrtp_getSelfZID()
823 …lfZID(void *dbPointer, const char *selfURI, uint8_t selfZID[12], bctbx_rng_context_t *RNGContext) { in bzrtp_getSelfZID()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Ddsa.c104 * is only meaningful in the context of DSA, the above RNG functions
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Ddrbg.c101 typedef struct RNGContextStr RNGContext; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Ddrbg.c106 typedef struct RNGContextStr RNGContext; typedef
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Ddrbg.c104 typedef struct RNGContextStr RNGContext; typedef
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Ddrbg.c104 typedef struct RNGContextStr RNGContext; typedef
/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Ddrbg.c104 typedef struct RNGContextStr RNGContext; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/
H A Ddrbg.c104 typedef struct RNGContextStr RNGContext; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Ddrbg.c104 typedef struct RNGContextStr RNGContext; typedef
/dports/security/bzrtp/bzrtp-1.0.6/include/
H A Dtypedef.h206 bctbx_rng_context_t *RNGContext; /**< context for random number generation */ member
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A D_testing.py2784 class RNGContext: class