Searched defs:c_d (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_nist.c365 BN_ULONG c_d[BN_NIST_192_TOP], local
451 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
453 res = c_d;
486 BN_ULONG c_d[BN_NIST_224_TOP], local
523 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
525 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
610 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP);
612 res = c_d;
644 BN_ULONG c_d[BN_NIST_256_TOP], local
758 nist_set_256(c_d, bu
848 BN_ULONG c_d[BN_NIST_384_TOP], local
[all...]

Completed in 71 milliseconds