Lines Matching defs:mode
548 unsigned int *iter, int *mode)
563 *p++ = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, mode);
575 int mode = 0;
586 &iterations, &mode);
607 int mode = 0;
612 &iterations, &mode);
635 int mode = 0;
643 &iterations, &mode);
664 int mode = 0;
669 &iterations, &mode);
689 int mode = 0;
694 &iterations, &mode);
715 int mode = 1;
721 &iterations, &mode);
725 /* A salt that is too small should pass in pkcs5 mode */
730 mode = 0;
731 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode);
734 /* If the "pkcs5" mode is disabled then the derive will now fail */
752 int mode = 1;
758 &iterations, &mode);
762 /* An iteration count that is too small will pass in pkcs5 mode */
767 mode = 0;
768 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode);
771 /* If the "pkcs5" mode is disabled then the derive will now fail */
788 int mode = 0;
793 &iterations, &mode);
1310 static char *mode = "COUNTER";
1337 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_MODE, mode, 0);