Searched refs:seed_offset (Results 1 – 3 of 3) sorted by relevance
476 if (pos + sizeof(uint16_t) == buf + p8fmt->seed_offset) { in ossl_ml_dsa_d2i_PKCS8()480 } else if (pos != buf + p8fmt->seed_offset) { in ossl_ml_dsa_d2i_PKCS8()511 seed = buf + p8fmt->seed_offset; in ossl_ml_dsa_d2i_PKCS8()622 if (pos + sizeof(uint16_t) == buf + p8fmt->seed_offset) in ossl_ml_dsa_i2d_prvkey()624 if (pos != buf + p8fmt->seed_offset) { in ossl_ml_dsa_i2d_prvkey()
343 if (pos + sizeof(uint16_t) == buf + p8fmt->seed_offset) { in ossl_ml_kem_d2i_PKCS8()347 } else if (pos != buf + p8fmt->seed_offset) { in ossl_ml_kem_d2i_PKCS8()379 if (!ossl_ml_kem_set_seed(buf + p8fmt->seed_offset, in ossl_ml_kem_d2i_PKCS8()510 if (pos + sizeof(uint16_t) == buf + p8fmt->seed_offset) in ossl_ml_kem_i2d_prvkey()512 if (pos != buf + p8fmt->seed_offset in ossl_ml_kem_i2d_prvkey()
75 size_t seed_offset; /* Seed offset from start */ member