HomeSort by relevance Sort by last modified time
    Searched full:field_decode (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/ec/
simple.c 116 0 /* field_decode */,
127 * field_decode (if defined) will be used for converting between
243 if (group->meth->field_decode) {
250 if (a != NULL && !group->meth->field_decode(group, a, &group->a, ctx)) {
253 if (b != NULL && !group->meth->field_decode(group, b, &group->b, ctx)) {
301 if (group->meth->field_decode) {
302 if (!group->meth->field_decode(group, a, &group->a, ctx) ||
303 !group->meth->field_decode(group, b, &group->b, ctx)) {
454 if (group->meth->field_decode != 0) {
462 if (x != NULL && !group->meth->field_decode(group, x, &point->X, ctx))
    [all...]
oct.c 353 if (group->meth->field_decode == 0) {
374 if (group->meth->field_decode) {
375 if (!group->meth->field_decode(group, tmp2, &group->a, ctx) ||
392 if (group->meth->field_decode) {
393 if (!group->meth->field_decode(group, tmp2, &group->b, ctx) ||
internal.h 183 int (*field_decode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member in struct:ec_method_st
p256-64.c     [all...]

Completed in 82 milliseconds