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

  /external/boringssl/src/crypto/ec/
oct.c 307 if (group->meth->field_decode == 0) {
328 if (group->meth->field_decode) {
329 if (!group->meth->field_decode(group, tmp2, &group->a, ctx) ||
346 if (group->meth->field_decode) {
347 if (!group->meth->field_decode(group, tmp2, &group->b, ctx) ||
simple.c 83 * field_decode (if defined) will be used for converting between
199 if (group->meth->field_decode) {
206 if (a != NULL && !group->meth->field_decode(group, a, &group->a, ctx)) {
209 if (b != NULL && !group->meth->field_decode(group, b, &group->b, ctx)) {
256 if (group->meth->field_decode) {
257 if (!group->meth->field_decode(group, a, &group->a, ctx) ||
258 !group->meth->field_decode(group, b, &group->b, ctx)) {
409 if (group->meth->field_decode != 0) {
417 if (x != NULL && !group->meth->field_decode(group, x, &point->X, ctx)) {
420 if (y != NULL && !group->meth->field_decode(group, y, &point->Y, ctx))
    [all...]
internal.h 126 int (*field_decode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member in struct:ec_method_st
p224-64.c     [all...]
p256-64.c     [all...]

Completed in 166 milliseconds