Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/pqueue/
Dpq_compat.h99 # define pq_64bit_mod(r, x, n, ctx) BN_mod(r, x, n, ctx) macro
139 # define pq_64bit_mod(r, x, n, ctx) macro
/freebsd-9-stable/crypto/openssl/ssl/
Dd1_pkt.c1666 pq_64bit_mod(&(bitmap->map), &(bitmap->map), &tmp, ctx); in dtls1_record_bitmap_update()